Html Css Color HEX #A64627 Rock Spray

📋 copy color: '#A64627'

red 166 ◦ green 70 ◦ blue 39

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

Shades of Rock Spray #A64627

Tints of Rock Spray #A64627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 60.36%
G = 25.45%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A64627 (or 0xA64627) is known color: Rock Spray. HEX triplet: A6, 46 and 27. RGB value is (166,70,39). Sum of RGB (Red+Green+Blue) = 166+70+39=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64627 is #59B9D8. Grayscale: #5F5F5F. Windows color (decimal): -5880281 or 2573990. OLE color: 2573990.

HSL color Cylindrical-coordinate representation of color #A64627: hue angle of 14.65º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A64627 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 39 -
CMYK 0 0.58 0.77 0.35
HSL 14.65º 0.62% 0.4% -
HSV(B) 14.65º 0.77% 0.65% -
XYZ 18.28 12.63 3.39 -
YUV 95.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 166 70 39 0 0.58 0.77 0.35 14.65 0.62 0.4
Hex A6 46 27 0 3A 4D 23 F 3E 28
Octal 246 106 47 0 72 115 43 17 76 50
Binary 10100110 1000110 100111 0 111010 1001101 100011 1111 111110 101000

Color Harmonies of #A64627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64627

Black with #A64627

Text Example


Text Example

White with #A64627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64627; }

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

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

background-color css

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

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

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

border-color css

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

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

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