Html Css Color HEX #A74209 Rust

📋 copy color: '#A74209'

red 167 ◦ green 66 ◦ blue 9

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

Shades of Rust #A74209

Tints of Rust #A74209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 69.01%
G = 27.27%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A74209 (or 0xA74209) is known color: Rust. HEX triplet: A7, 42 and 09. RGB value is (167,66,9). Sum of RGB (Red+Green+Blue) = 167+66+9=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A74209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74209 is #58BDF6. Grayscale: #5A5A5A. Windows color (decimal): -5815799 or 606887. OLE color: 606887.

HSL color Cylindrical-coordinate representation of color #A74209: hue angle of 21.65º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A74209 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 9 -
CMYK 0 0.60 0.95 0.35
HSL 21.65º 0.9% 0.35% -
HSV(B) 21.65º 0.95% 0.65% -
XYZ 17.93 12.13 1.65 -
YUV 89.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 167 66 9 0 0.60 0.95 0.35 21.65 0.9 0.35
Hex A7 42 9 0 3C 5F 23 16 5A 23
Octal 247 102 11 0 74 137 43 26 132 43
Binary 10100111 1000010 1001 0 111100 1011111 100011 10110 1011010 100011

Color Harmonies of #A74209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74209

Black with #A74209

Text Example


Text Example

White with #A74209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74209; }

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

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

background-color css

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

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

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

border-color css

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

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

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