Html Css Color HEX #A74206 Rust

📋 copy color: '#A74206'

red 167 ◦ green 66 ◦ blue 6

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

Shades of Rust #A74206

Tints of Rust #A74206

RGB

 RED value IS 167 (65.63% from 255) = 69.87%

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 69.87%
G = 27.62%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A74206 (or 0xA74206) is known color: Rust. HEX triplet: A7, 42 and 06. RGB value is (167,66,6). Sum of RGB (Red+Green+Blue) = 167+66+6=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A74206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74206 is #58BDF9. Grayscale: #595959. Windows color (decimal): -5815802 or 410279. OLE color: 410279.

HSL color Cylindrical-coordinate representation of color #A74206: hue angle of 22.36º degrees, saturation: 0.93, 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 #A74206 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 6 -
CMYK 0 0.60 0.96 0.35
HSL 22.36º 0.93% 0.34% -
HSV(B) 22.36º 0.96% 0.65% -
XYZ 17.92 12.13 1.57 -
YUV 89.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 167 66 6 0 0.60 0.96 0.35 22.36 0.93 0.34
Hex A7 42 6 0 3C 60 23 16 5D 22
Octal 247 102 6 0 74 140 43 26 135 42
Binary 10100111 1000010 110 0 111100 1100000 100011 10110 1011101 100010

Color Harmonies of #A74206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74206

Black with #A74206

Text Example


Text Example

White with #A74206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74206; }

 p { color: rgb(167,66,6); }

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

background-color css

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

 a { background-color: rgb(167,66,6); }

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

border-color css

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

 span { border-color: rgb(167,66,6); }

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