Html Css Color HEX #A64608 Rust

📋 copy color: '#A64608'

red 166 ◦ green 70 ◦ blue 8

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

Shades of Rust #A64608

Tints of Rust #A64608

RGB

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

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

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

R = 68.03%
G = 28.69%
B = 3.28%

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

#A64608 (or 0xA64608) is known color: Rust. HEX triplet: A6, 46 and 08. RGB value is (166,70,8). Sum of RGB (Red+Green+Blue) = 166+70+8=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A64608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64608 is #59B9F7. Grayscale: #5B5B5B. Windows color (decimal): -5880312 or 542374. OLE color: 542374.

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

Color convert

RGB 166 70 8 -
CMYK 0 0.58 0.95 0.35
HSL 23.54º 0.91% 0.34% -
HSV(B) 23.54º 0.95% 0.65% -
XYZ 17.96 12.5 1.7 -
YUV 91.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 166 70 8 0 0.58 0.95 0.35 23.54 0.91 0.34
Hex A6 46 8 0 3A 5F 23 18 5B 22
Octal 246 106 10 0 72 137 43 30 133 42
Binary 10100110 1000110 1000 0 111010 1011111 100011 11000 1011011 100010

Color Harmonies of #A64608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64608

Black with #A64608

Text Example


Text Example

White with #A64608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64608; }

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

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

background-color css

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

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

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

border-color css

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

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

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