Html Css Color HEX #A74D09 Rust

📋 copy color: '#A74D09'

red 167 ◦ green 77 ◦ blue 9

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

Shades of Rust #A74D09

Tints of Rust #A74D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

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

R = 66.01%
G = 30.43%
B = 3.56%

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

#A74D09 (or 0xA74D09) is known color: Rust. HEX triplet: A7, 4D and 09. RGB value is (167,77,9). Sum of RGB (Red+Green+Blue) = 167+77+9=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D09 is #58B2F6. Grayscale: #606060. Windows color (decimal): -5812983 or 609703. OLE color: 609703.

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

Color convert

RGB 167 77 9 -
CMYK 0 0.54 0.95 0.35
HSL 25.82º 0.9% 0.35% -
HSV(B) 25.82º 0.95% 0.65% -
XYZ 18.64 13.54 1.89 -
YUV 96.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 167 77 9 0 0.54 0.95 0.35 25.82 0.9 0.35
Hex A7 4D 9 0 36 5F 23 1A 5A 23
Octal 247 115 11 0 66 137 43 32 132 43
Binary 10100111 1001101 1001 0 110110 1011111 100011 11010 1011010 100011

Color Harmonies of #A74D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D09

Black with #A74D09

Text Example


Text Example

White with #A74D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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