Html Css Color HEX #A64633 Rock Spray

📋 copy color: '#A64633'

red 166 ◦ green 70 ◦ blue 51

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

Shades of Rock Spray #A64633

Tints of Rock Spray #A64633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 57.84%
G = 24.39%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64633 (or 0xA64633) is known color: Rock Spray. HEX triplet: A6, 46 and 33. RGB value is (166,70,51). Sum of RGB (Red+Green+Blue) = 166+70+51=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A64633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64633 is #59B9CC. Grayscale: #606060. Windows color (decimal): -5880269 or 3360422. OLE color: 3360422.

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

Color convert

RGB 166 70 51 -
CMYK 0 0.58 0.69 0.35
HSL 9.91º 0.53% 0.43% -
HSV(B) 9.91º 0.69% 0.65% -
XYZ 18.51 12.73 4.61 -
YUV 96.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 166 70 51 0 0.58 0.69 0.35 9.91 0.53 0.43
Hex A6 46 33 0 3A 45 23 A 35 2B
Octal 246 106 63 0 72 105 43 12 65 53
Binary 10100110 1000110 110011 0 111010 1000101 100011 1010 110101 101011

Color Harmonies of #A64633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64633

Black with #A64633

Text Example


Text Example

White with #A64633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64633; }

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

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

background-color css

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

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

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

border-color css

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

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

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