Html Css Color HEX #A64210 Rust

📋 copy color: '#A64210'

red 166 ◦ green 66 ◦ blue 16

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

Shades of Rust #A64210

Tints of Rust #A64210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 66.94%
G = 26.61%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64210 (or 0xA64210) is known color: Rust. HEX triplet: A6, 42 and 10. RGB value is (166,66,16). Sum of RGB (Red+Green+Blue) = 166+66+16=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A64210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64210 is #59BDEF. Grayscale: #5A5A5A. Windows color (decimal): -5881328 or 1065638. OLE color: 1065638.

HSL color Cylindrical-coordinate representation of color #A64210: hue angle of 20º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64210 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 16 -
CMYK 0 0.60 0.90 0.35
HSL 20º 0.82% 0.36% -
HSV(B) 20º 0.9% 0.65% -
XYZ 17.77 12.04 1.88 -
YUV 90.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 166 66 16 0 0.60 0.90 0.35 20 0.82 0.36
Hex A6 42 10 0 3C 5A 23 14 52 24
Octal 246 102 20 0 74 132 43 24 122 44
Binary 10100110 1000010 10000 0 111100 1011010 100011 10100 1010010 100100

Color Harmonies of #A64210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64210

Black with #A64210

Text Example


Text Example

White with #A64210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64210; }

 p { color: rgb(166,66,16); }

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

background-color css

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

 a { background-color: rgb(166,66,16); }

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

border-color css

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

 span { border-color: rgb(166,66,16); }

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