Html Css Color HEX #A64430 Rock Spray

📋 copy color: '#A64430'

red 166 ◦ green 68 ◦ blue 48

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

Shades of Rock Spray #A64430

Tints of Rock Spray #A64430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 58.87%
G = 24.11%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A64430 (or 0xA64430) is known color: Rock Spray. HEX triplet: A6, 44 and 30. RGB value is (166,68,48). Sum of RGB (Red+Green+Blue) = 166+68+48=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64430 is #59BBCF. Grayscale: #5F5F5F. Windows color (decimal): -5880784 or 3163302. OLE color: 3163302.

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

Color convert

RGB 166 68 48 -
CMYK 0 0.59 0.71 0.35
HSL 10.17º 0.55% 0.42% -
HSV(B) 10.17º 0.71% 0.65% -
XYZ 18.33 12.45 4.23 -
YUV 95.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 166 68 48 0 0.59 0.71 0.35 10.17 0.55 0.42
Hex A6 44 30 0 3B 47 23 A 37 2A
Octal 246 104 60 0 73 107 43 12 67 52
Binary 10100110 1000100 110000 0 111011 1000111 100011 1010 110111 101010

Color Harmonies of #A64430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64430

Black with #A64430

Text Example


Text Example

White with #A64430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64430; }

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

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

background-color css

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

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

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

border-color css

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

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

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