Html Css Color HEX #A64218 Rust

📋 copy color: '#A64218'

red 166 ◦ green 66 ◦ blue 24

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

Shades of Rust #A64218

Tints of Rust #A64218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 64.84%
G = 25.78%
B = 9.38%

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

#A64218 (or 0xA64218) is known color: Rust. HEX triplet: A6, 42 and 18. RGB value is (166,66,24). Sum of RGB (Red+Green+Blue) = 166+66+24=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64218 is #59BDE7. Grayscale: #5B5B5B. Windows color (decimal): -5881320 or 1589926. OLE color: 1589926.

HSL color Cylindrical-coordinate representation of color #A64218: hue angle of 17.75º degrees, saturation: 0.75, 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 #A64218 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 24 -
CMYK 0 0.60 0.86 0.35
HSL 17.75º 0.75% 0.37% -
HSV(B) 17.75º 0.86% 0.65% -
XYZ 17.84 12.07 2.25 -
YUV 91.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 166 66 24 0 0.60 0.86 0.35 17.75 0.75 0.37
Hex A6 42 18 0 3C 56 23 12 4B 25
Octal 246 102 30 0 74 126 43 22 113 45
Binary 10100110 1000010 11000 0 111100 1010110 100011 10010 1001011 100101

Color Harmonies of #A64218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64218

Black with #A64218

Text Example


Text Example

White with #A64218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64218; }

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

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

background-color css

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

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

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

border-color css

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

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

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