Html Css Color HEX #A64628 Rock Spray

📋 copy color: '#A64628'

red 166 ◦ green 70 ◦ blue 40

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

Shades of Rock Spray #A64628

Tints of Rock Spray #A64628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 60.14%
G = 25.36%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A64628 (or 0xA64628) is known color: Rock Spray. HEX triplet: A6, 46 and 28. RGB value is (166,70,40). Sum of RGB (Red+Green+Blue) = 166+70+40=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64628 is #59B9D7. Grayscale: #5F5F5F. Windows color (decimal): -5880280 or 2639526. OLE color: 2639526.

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

Color convert

RGB 166 70 40 -
CMYK 0 0.58 0.76 0.35
HSL 14.29º 0.61% 0.4% -
HSV(B) 14.29º 0.76% 0.65% -
XYZ 18.3 12.64 3.48 -
YUV 95.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 166 70 40 0 0.58 0.76 0.35 14.29 0.61 0.4
Hex A6 46 28 0 3A 4C 23 E 3D 28
Octal 246 106 50 0 72 114 43 16 75 50
Binary 10100110 1000110 101000 0 111010 1001100 100011 1110 111101 101000

Color Harmonies of #A64628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64628

Black with #A64628

Text Example


Text Example

White with #A64628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64628; }

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

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

background-color css

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

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

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

border-color css

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

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

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