Html Css Color HEX #A74B08 Rust

📋 copy color: '#A74B08'

red 167 ◦ green 75 ◦ blue 8

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

Shades of Rust #A74B08

Tints of Rust #A74B08

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30%

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 66.8%
G = 30%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A74B08 (or 0xA74B08) is known color: Rust. HEX triplet: A7, 4B and 08. RGB value is (167,75,8). Sum of RGB (Red+Green+Blue) = 167+75+8=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B08 is #58B4F7. Grayscale: #5F5F5F. Windows color (decimal): -5813496 or 543655. OLE color: 543655.

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

Color convert

RGB 167 75 8 -
CMYK 0 0.55 0.95 0.35
HSL 25.28º 0.91% 0.34% -
HSV(B) 25.28º 0.95% 0.65% -
XYZ 18.5 13.27 1.82 -
YUV 94.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 167 75 8 0 0.55 0.95 0.35 25.28 0.91 0.34
Hex A7 4B 8 0 37 5F 23 19 5B 22
Octal 247 113 10 0 67 137 43 31 133 42
Binary 10100111 1001011 1000 0 110111 1011111 100011 11001 1011011 100010

Color Harmonies of #A74B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B08

Black with #A74B08

Text Example


Text Example

White with #A74B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B08; }

 p { color: rgb(167,75,8); }

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

background-color css

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

 a { background-color: rgb(167,75,8); }

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

border-color css

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

 span { border-color: rgb(167,75,8); }

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