Html Css Color HEX #A64827 Rock Spray

📋 copy color: '#A64827'

red 166 ◦ green 72 ◦ blue 39

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

Shades of Rock Spray #A64827

Tints of Rock Spray #A64827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.08%

R = 59.93%
G = 25.99%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A64827 (or 0xA64827) is known color: Rock Spray. HEX triplet: A6, 48 and 27. RGB value is (166,72,39). Sum of RGB (Red+Green+Blue) = 166+72+39=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A64827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64827 is #59B7D8. Grayscale: #606060. Windows color (decimal): -5879769 or 2574502. OLE color: 2574502.

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

Color convert

RGB 166 72 39 -
CMYK 0 0.57 0.77 0.35
HSL 15.59º 0.62% 0.4% -
HSV(B) 15.59º 0.77% 0.65% -
XYZ 18.41 12.89 3.44 -
YUV 96.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 166 72 39 0 0.57 0.77 0.35 15.59 0.62 0.4
Hex A6 48 27 0 39 4D 23 10 3E 28
Octal 246 110 47 0 71 115 43 20 76 50
Binary 10100110 1001000 100111 0 111001 1001101 100011 10000 111110 101000

Color Harmonies of #A64827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64827

Black with #A64827

Text Example


Text Example

White with #A64827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64827; }

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

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

background-color css

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

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

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

border-color css

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

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

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