Html Css Color HEX #A74609 Rust

📋 copy color: '#A74609'

red 167 ◦ green 70 ◦ blue 9

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

Shades of Rust #A74609

Tints of Rust #A74609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 67.89%
G = 28.46%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A74609 (or 0xA74609) is known color: Rust. HEX triplet: A7, 46 and 09. RGB value is (167,70,9). Sum of RGB (Red+Green+Blue) = 167+70+9=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A74609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74609 is #58B9F6. Grayscale: #5C5C5C. Windows color (decimal): -5814775 or 607911. OLE color: 607911.

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

Color convert

RGB 167 70 9 -
CMYK 0 0.58 0.95 0.35
HSL 23.16º 0.9% 0.35% -
HSV(B) 23.16º 0.95% 0.65% -
XYZ 18.18 12.62 1.74 -
YUV 92.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 167 70 9 0 0.58 0.95 0.35 23.16 0.9 0.35
Hex A7 46 9 0 3A 5F 23 17 5A 23
Octal 247 106 11 0 72 137 43 27 132 43
Binary 10100111 1000110 1001 0 111010 1011111 100011 10111 1011010 100011

Color Harmonies of #A74609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74609

Black with #A74609

Text Example


Text Example

White with #A74609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74609; }

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

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

background-color css

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

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

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

border-color css

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

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

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