Html Css Color HEX #A64708 Rust

📋 copy color: '#A64708'

red 166 ◦ green 71 ◦ blue 8

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

Shades of Rust #A64708

Tints of Rust #A64708

RGB

 RED value IS 166 (65.23% from 255) = 67.76%

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

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

R = 67.76%
G = 28.98%
B = 3.27%

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

#A64708 (or 0xA64708) is known color: Rust. HEX triplet: A6, 47 and 08. RGB value is (166,71,8). Sum of RGB (Red+Green+Blue) = 166+71+8=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A64708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64708 is #59B8F7. Grayscale: #5C5C5C. Windows color (decimal): -5880056 or 542630. OLE color: 542630.

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

Color convert

RGB 166 71 8 -
CMYK 0 0.57 0.95 0.35
HSL 23.92º 0.91% 0.34% -
HSV(B) 23.92º 0.95% 0.65% -
XYZ 18.02 12.63 1.72 -
YUV 92.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 166 71 8 0 0.57 0.95 0.35 23.92 0.91 0.34
Hex A6 47 8 0 39 5F 23 18 5B 22
Octal 246 107 10 0 71 137 43 30 133 42
Binary 10100110 1000111 1000 0 111001 1011111 100011 11000 1011011 100010

Color Harmonies of #A64708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64708

Black with #A64708

Text Example


Text Example

White with #A64708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64708; }

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

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

background-color css

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

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

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

border-color css

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

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

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