Html Css Color HEX #A64828 Rock Spray

📋 copy color: '#A64828'

red 166 ◦ green 72 ◦ blue 40

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

Shades of Rock Spray #A64828

Tints of Rock Spray #A64828

RGB

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

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

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

R = 59.71%
G = 25.9%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A64828 (or 0xA64828) is known color: Rock Spray. HEX triplet: A6, 48 and 28. RGB value is (166,72,40). Sum of RGB (Red+Green+Blue) = 166+72+40=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A64828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64828 is #59B7D7. Grayscale: #606060. Windows color (decimal): -5879768 or 2640038. OLE color: 2640038.

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

Color convert

RGB 166 72 40 -
CMYK 0 0.57 0.76 0.35
HSL 15.24º 0.61% 0.4% -
HSV(B) 15.24º 0.76% 0.65% -
XYZ 18.43 12.89 3.53 -
YUV 96.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 166 72 40 0 0.57 0.76 0.35 15.24 0.61 0.4
Hex A6 48 28 0 39 4C 23 F 3D 28
Octal 246 110 50 0 71 114 43 17 75 50
Binary 10100110 1001000 101000 0 111001 1001100 100011 1111 111101 101000

Color Harmonies of #A64828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64828

Black with #A64828

Text Example


Text Example

White with #A64828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64828; }

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

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

background-color css

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

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

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

border-color css

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

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

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