Html Css Color HEX #A54707 Rust

📋 copy color: '#A54707'

red 165 ◦ green 71 ◦ blue 7

#A54707
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A54707

Tints of Rust #A54707

RGB

 RED value IS 165 (64.84% from 255) = 67.9%

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 7 (3.13% from 255) = 2.88%

R = 67.9%
G = 29.22%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A54707 (or 0xA54707) is known color: Rust. HEX triplet: A5, 47 and 07. RGB value is (165,71,7). Sum of RGB (Red+Green+Blue) = 165+71+7=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A54707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54707 is #5AB8F8. Grayscale: #5C5C5C. Windows color (decimal): -5945593 or 477093. OLE color: 477093.

HSL color Cylindrical-coordinate representation of color #A54707: hue angle of 24.3º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A54707 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 7 -
CMYK 0 0.57 0.96 0.35
HSL 24.3º 0.92% 0.34% -
HSV(B) 24.3º 0.96% 0.65% -
XYZ 17.81 12.52 1.68 -
YUV 91.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 165 71 7 0 0.57 0.96 0.35 24.3 0.92 0.34
Hex A5 47 7 0 39 60 23 18 5C 22
Octal 245 107 7 0 71 140 43 30 134 42
Binary 10100101 1000111 111 0 111001 1100000 100011 11000 1011100 100010

Color Harmonies of #A54707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54707

Black with #A54707

Text Example


Text Example

White with #A54707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54707; }

 p { color: rgb(165,71,7); }

 H1.HeaderClassName
 {
   color: #A54707;
 }
 .AnyTagClassName
 {
   color: #A54707;
 }
</style>

background-color css

<style>
 a { background-color: #A54707; }

 a { background-color: rgb(165,71,7); }

 div.DivClassName
 {
   background-color: #A54707;
 }
 .BgClassName
 {
   background-color: #A54707;
 }
</style>

border-color css

<style>
 span { border-color: #A54707; }

 span { border-color: rgb(165,71,7); }

 td.TdClassName
 {
   border-color: #A54707;
 }
 .TagClassName
 {
   border-color: #A54707;
 }
</style>