Html Css Color HEX #A64734 Rock Spray

📋 copy color: '#A64734'

red 166 ◦ green 71 ◦ blue 52

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

Shades of Rock Spray #A64734

Tints of Rock Spray #A64734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 57.44%
G = 24.57%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64734 (or 0xA64734) is known color: Rock Spray. HEX triplet: A6, 47 and 34. RGB value is (166,71,52). Sum of RGB (Red+Green+Blue) = 166+71+52=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64734 is #59B8CB. Grayscale: #616161. Windows color (decimal): -5880012 or 3426214. OLE color: 3426214.

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

Color convert

RGB 166 71 52 -
CMYK 0 0.57 0.69 0.35
HSL 10º 0.52% 0.43% -
HSV(B) 10º 0.69% 0.65% -
XYZ 18.6 12.86 4.75 -
YUV 97.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 166 71 52 0 0.57 0.69 0.35 10 0.52 0.43
Hex A6 47 34 0 39 45 23 A 34 2B
Octal 246 107 64 0 71 105 43 12 64 53
Binary 10100110 1000111 110100 0 111001 1000101 100011 1010 110100 101011

Color Harmonies of #A64734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64734

Black with #A64734

Text Example


Text Example

White with #A64734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64734; }

 p { color: rgb(166,71,52); }

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

background-color css

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

 a { background-color: rgb(166,71,52); }

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

border-color css

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

 span { border-color: rgb(166,71,52); }

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