Html Css Color HEX #A74C09 Rust

📋 copy color: '#A74C09'

red 167 ◦ green 76 ◦ blue 9

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

Shades of Rust #A74C09

Tints of Rust #A74C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 66.27%
G = 30.16%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A74C09 (or 0xA74C09) is known color: Rust. HEX triplet: A7, 4C and 09. RGB value is (167,76,9). Sum of RGB (Red+Green+Blue) = 167+76+9=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74C09 is #58B3F6. Grayscale: #5F5F5F. Windows color (decimal): -5813239 or 609447. OLE color: 609447.

HSL color Cylindrical-coordinate representation of color #A74C09: hue angle of 25.44º 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 #A74C09 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 76 9 -
CMYK 0 0.54 0.95 0.35
HSL 25.44º 0.9% 0.35% -
HSV(B) 25.44º 0.95% 0.65% -
XYZ 18.57 13.4 1.87 -
YUV 95.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 167 76 9 0 0.54 0.95 0.35 25.44 0.9 0.35
Hex A7 4C 9 0 36 5F 23 19 5A 23
Octal 247 114 11 0 66 137 43 31 132 43
Binary 10100111 1001100 1001 0 110110 1011111 100011 11001 1011010 100011

Color Harmonies of #A74C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C09

Black with #A74C09

Text Example


Text Example

White with #A74C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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