Html Css Color HEX #A74A09 Rust

📋 copy color: '#A74A09'

red 167 ◦ green 74 ◦ blue 9

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

Shades of Rust #A74A09

Tints of Rust #A74A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

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

R = 66.8%
G = 29.6%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A74A09 (or 0xA74A09) is known color: Rust. HEX triplet: A7, 4A and 09. RGB value is (167,74,9). Sum of RGB (Red+Green+Blue) = 167+74+9=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74A09 is #58B5F6. Grayscale: #5E5E5E. Windows color (decimal): -5813751 or 608935. OLE color: 608935.

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

Color convert

RGB 167 74 9 -
CMYK 0 0.56 0.95 0.35
HSL 24.68º 0.9% 0.35% -
HSV(B) 24.68º 0.95% 0.65% -
XYZ 18.43 13.13 1.82 -
YUV 94.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 167 74 9 0 0.56 0.95 0.35 24.68 0.9 0.35
Hex A7 4A 9 0 38 5F 23 19 5A 23
Octal 247 112 11 0 70 137 43 31 132 43
Binary 10100111 1001010 1001 0 111000 1011111 100011 11001 1011010 100011

Color Harmonies of #A74A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A09

Black with #A74A09

Text Example


Text Example

White with #A74A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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