Html Css Color HEX #A74708 Rust

📋 copy color: '#A74708'

red 167 ◦ green 71 ◦ blue 8

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

Shades of Rust #A74708

Tints of Rust #A74708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 67.89%
G = 28.86%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A74708 (or 0xA74708) is known color: Rust. HEX triplet: A7, 47 and 08. RGB value is (167,71,8). Sum of RGB (Red+Green+Blue) = 167+71+8=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A74708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74708 is #58B8F7. Grayscale: #5C5C5C. Windows color (decimal): -5814520 or 542631. OLE color: 542631.

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

Color convert

RGB 167 71 8 -
CMYK 0 0.57 0.95 0.35
HSL 23.77º 0.91% 0.34% -
HSV(B) 23.77º 0.95% 0.65% -
XYZ 18.23 12.74 1.73 -
YUV 92.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 167 71 8 0 0.57 0.95 0.35 23.77 0.91 0.34
Hex A7 47 8 0 39 5F 23 18 5B 22
Octal 247 107 10 0 71 137 43 30 133 42
Binary 10100111 1000111 1000 0 111001 1011111 100011 11000 1011011 100010

Color Harmonies of #A74708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74708

Black with #A74708

Text Example


Text Example

White with #A74708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74708; }

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

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

background-color css

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

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

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

border-color css

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

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

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