Html Css Color HEX #A64829 Rock Spray

📋 copy color: '#A64829'

red 166 ◦ green 72 ◦ blue 41

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

Shades of Rock Spray #A64829

Tints of Rock Spray #A64829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.7%

R = 59.5%
G = 25.81%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A64829 (or 0xA64829) is known color: Rock Spray. HEX triplet: A6, 48 and 29. RGB value is (166,72,41). Sum of RGB (Red+Green+Blue) = 166+72+41=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A64829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64829 is #59B7D6. Grayscale: #606060. Windows color (decimal): -5879767 or 2705574. OLE color: 2705574.

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

Color convert

RGB 166 72 41 -
CMYK 0 0.57 0.75 0.35
HSL 14.88º 0.6% 0.41% -
HSV(B) 14.88º 0.75% 0.65% -
XYZ 18.44 12.9 3.62 -
YUV 96.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 166 72 41 0 0.57 0.75 0.35 14.88 0.6 0.41
Hex A6 48 29 0 39 4B 23 F 3C 29
Octal 246 110 51 0 71 113 43 17 74 51
Binary 10100110 1001000 101001 0 111001 1001011 100011 1111 111100 101001

Color Harmonies of #A64829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64829

Black with #A64829

Text Example


Text Example

White with #A64829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64829; }

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

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

background-color css

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

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

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

border-color css

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

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

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