Html Css Color HEX #A64217 Rust

📋 copy color: '#A64217'

red 166 ◦ green 66 ◦ blue 23

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

Shades of Rust #A64217

Tints of Rust #A64217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 65.1%
G = 25.88%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A64217 (or 0xA64217) is known color: Rust. HEX triplet: A6, 42 and 17. RGB value is (166,66,23). Sum of RGB (Red+Green+Blue) = 166+66+23=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64217 is #59BDE8. Grayscale: #5B5B5B. Windows color (decimal): -5881321 or 1524390. OLE color: 1524390.

HSL color Cylindrical-coordinate representation of color #A64217: hue angle of 18.04º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64217 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 23 -
CMYK 0 0.60 0.86 0.35
HSL 18.04º 0.76% 0.37% -
HSV(B) 18.04º 0.86% 0.65% -
XYZ 17.83 12.07 2.2 -
YUV 91 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 166 66 23 0 0.60 0.86 0.35 18.04 0.76 0.37
Hex A6 42 17 0 3C 56 23 12 4C 25
Octal 246 102 27 0 74 126 43 22 114 45
Binary 10100110 1000010 10111 0 111100 1010110 100011 10010 1001100 100101

Color Harmonies of #A64217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64217

Black with #A64217

Text Example


Text Example

White with #A64217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64217; }

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

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

background-color css

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

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

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

border-color css

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

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

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