Html Css Color HEX #A64612 Rust

📋 copy color: '#A64612'

red 166 ◦ green 70 ◦ blue 18

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

Shades of Rust #A64612

Tints of Rust #A64612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 65.35%
G = 27.56%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64612 (or 0xA64612) is known color: Rust. HEX triplet: A6, 46 and 12. RGB value is (166,70,18). Sum of RGB (Red+Green+Blue) = 166+70+18=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A64612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64612 is #59B9ED. Grayscale: #5D5D5D. Windows color (decimal): -5880302 or 1197734. OLE color: 1197734.

HSL color Cylindrical-coordinate representation of color #A64612: hue angle of 21.08º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A64612 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 18 -
CMYK 0 0.58 0.89 0.35
HSL 21.08º 0.8% 0.36% -
HSV(B) 21.08º 0.89% 0.65% -
XYZ 18.03 12.53 2.04 -
YUV 92.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 166 70 18 0 0.58 0.89 0.35 21.08 0.8 0.36
Hex A6 46 12 0 3A 59 23 15 50 24
Octal 246 106 22 0 72 131 43 25 120 44
Binary 10100110 1000110 10010 0 111010 1011001 100011 10101 1010000 100100

Color Harmonies of #A64612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64612

Black with #A64612

Text Example


Text Example

White with #A64612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64612; }

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

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

background-color css

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

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

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

border-color css

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

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

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