Html Css Color HEX #A64529 Rock Spray

📋 copy color: '#A64529'

red 166 ◦ green 69 ◦ blue 41

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

Shades of Rock Spray #A64529

Tints of Rock Spray #A64529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 60.14%
G = 25%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A64529 (or 0xA64529) is known color: Rock Spray. HEX triplet: A6, 45 and 29. RGB value is (166,69,41). Sum of RGB (Red+Green+Blue) = 166+69+41=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64529 is #59BAD6. Grayscale: #5F5F5F. Windows color (decimal): -5880535 or 2704806. OLE color: 2704806.

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

Color convert

RGB 166 69 41 -
CMYK 0 0.58 0.75 0.35
HSL 13.44º 0.6% 0.41% -
HSV(B) 13.44º 0.75% 0.65% -
XYZ 18.25 12.52 3.55 -
YUV 94.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 166 69 41 0 0.58 0.75 0.35 13.44 0.6 0.41
Hex A6 45 29 0 3A 4B 23 D 3C 29
Octal 246 105 51 0 72 113 43 15 74 51
Binary 10100110 1000101 101001 0 111010 1001011 100011 1101 111100 101001

Color Harmonies of #A64529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64529

Black with #A64529

Text Example


Text Example

White with #A64529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64529; }

 p { color: rgb(166,69,41); }

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

background-color css

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

 a { background-color: rgb(166,69,41); }

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

border-color css

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

 span { border-color: rgb(166,69,41); }

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