Html Css Color HEX #A64833 Rock Spray

📋 copy color: '#A64833'

red 166 ◦ green 72 ◦ blue 51

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

Shades of Rock Spray #A64833

Tints of Rock Spray #A64833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 57.44%
G = 24.91%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64833 (or 0xA64833) is known color: Rock Spray. HEX triplet: A6, 48 and 33. RGB value is (166,72,51). Sum of RGB (Red+Green+Blue) = 166+72+51=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64833 is #59B7CC. Grayscale: #616161. Windows color (decimal): -5879757 or 3360934. OLE color: 3360934.

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

Color convert

RGB 166 72 51 -
CMYK 0 0.57 0.69 0.35
HSL 10.96º 0.53% 0.43% -
HSV(B) 10.96º 0.69% 0.65% -
XYZ 18.64 12.98 4.66 -
YUV 97.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 166 72 51 0 0.57 0.69 0.35 10.96 0.53 0.43
Hex A6 48 33 0 39 45 23 B 35 2B
Octal 246 110 63 0 71 105 43 13 65 53
Binary 10100110 1001000 110011 0 111001 1000101 100011 1011 110101 101011

Color Harmonies of #A64833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64833

Black with #A64833

Text Example


Text Example

White with #A64833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64833; }

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

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

background-color css

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

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

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

border-color css

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

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

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