Html Css Color HEX #A64812 Rust

📋 copy color: '#A64812'

red 166 ◦ green 72 ◦ blue 18

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

Shades of Rust #A64812

Tints of Rust #A64812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 64.84%
G = 28.13%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64812 (or 0xA64812) is known color: Rust. HEX triplet: A6, 48 and 12. RGB value is (166,72,18). Sum of RGB (Red+Green+Blue) = 166+72+18=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64812 is #59B7ED. Grayscale: #5E5E5E. Windows color (decimal): -5879790 or 1198246. OLE color: 1198246.

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

Color convert

RGB 166 72 18 -
CMYK 0 0.57 0.89 0.35
HSL 21.89º 0.8% 0.36% -
HSV(B) 21.89º 0.89% 0.65% -
XYZ 18.15 12.79 2.08 -
YUV 93.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 166 72 18 0 0.57 0.89 0.35 21.89 0.8 0.36
Hex A6 48 12 0 39 59 23 16 50 24
Octal 246 110 22 0 71 131 43 26 120 44
Binary 10100110 1001000 10010 0 111001 1011001 100011 10110 1010000 100100

Color Harmonies of #A64812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64812

Black with #A64812

Text Example


Text Example

White with #A64812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64812; }

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

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

background-color css

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

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

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

border-color css

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

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

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