Html Css Color HEX #A64230 Rock Spray

📋 copy color: '#A64230'

red 166 ◦ green 66 ◦ blue 48

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

Shades of Rock Spray #A64230

Tints of Rock Spray #A64230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 59.29%
G = 23.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A64230 (or 0xA64230) is known color: Rock Spray. HEX triplet: A6, 42 and 30. RGB value is (166,66,48). Sum of RGB (Red+Green+Blue) = 166+66+48=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A64230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64230 is #59BDCF. Grayscale: #5E5E5E. Windows color (decimal): -5881296 or 3162790. OLE color: 3162790.

HSL color Cylindrical-coordinate representation of color #A64230: hue angle of 9.15º 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 #A64230 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 48 -
CMYK 0 0.60 0.71 0.35
HSL 9.15º 0.55% 0.42% -
HSV(B) 9.15º 0.71% 0.65% -
XYZ 18.21 12.22 4.19 -
YUV 93.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 166 66 48 0 0.60 0.71 0.35 9.15 0.55 0.42
Hex A6 42 30 0 3C 47 23 9 37 2A
Octal 246 102 60 0 74 107 43 11 67 52
Binary 10100110 1000010 110000 0 111100 1000111 100011 1001 110111 101010

Color Harmonies of #A64230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64230

Black with #A64230

Text Example


Text Example

White with #A64230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64230; }

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

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

background-color css

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

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

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

border-color css

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

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

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