Html Css Color HEX #A64432 Rock Spray

📋 copy color: '#A64432'

red 166 ◦ green 68 ◦ blue 50

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

Shades of Rock Spray #A64432

Tints of Rock Spray #A64432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 58.45%
G = 23.94%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A64432 (or 0xA64432) is known color: Rock Spray. HEX triplet: A6, 44 and 32. RGB value is (166,68,50). Sum of RGB (Red+Green+Blue) = 166+68+50=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A64432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64432 is #59BBCD. Grayscale: #5F5F5F. Windows color (decimal): -5880782 or 3294374. OLE color: 3294374.

HSL color Cylindrical-coordinate representation of color #A64432: hue angle of 9.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64432 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 50 -
CMYK 0 0.59 0.70 0.35
HSL 9.31º 0.54% 0.42% -
HSV(B) 9.31º 0.7% 0.65% -
XYZ 18.37 12.47 4.46 -
YUV 95.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 166 68 50 0 0.59 0.70 0.35 9.31 0.54 0.42
Hex A6 44 32 0 3B 46 23 9 36 2A
Octal 246 104 62 0 73 106 43 11 66 52
Binary 10100110 1000100 110010 0 111011 1000110 100011 1001 110110 101010

Color Harmonies of #A64432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64432

Black with #A64432

Text Example


Text Example

White with #A64432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64432; }

 p { color: rgb(166,68,50); }

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

background-color css

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

 a { background-color: rgb(166,68,50); }

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

border-color css

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

 span { border-color: rgb(166,68,50); }

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