Html Css Color HEX #A64429 Rock Spray

📋 copy color: '#A64429'

red 166 ◦ green 68 ◦ blue 41

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

Shades of Rock Spray #A64429

Tints of Rock Spray #A64429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 60.36%
G = 24.73%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A64429 (or 0xA64429) is known color: Rock Spray. HEX triplet: A6, 44 and 29. RGB value is (166,68,41). Sum of RGB (Red+Green+Blue) = 166+68+41=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64429 is #59BBD6. Grayscale: #5E5E5E. Windows color (decimal): -5880791 or 2704550. OLE color: 2704550.

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

Color convert

RGB 166 68 41 -
CMYK 0 0.59 0.75 0.35
HSL 12.96º 0.6% 0.41% -
HSV(B) 12.96º 0.75% 0.65% -
XYZ 18.19 12.4 3.53 -
YUV 94.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 166 68 41 0 0.59 0.75 0.35 12.96 0.6 0.41
Hex A6 44 29 0 3B 4B 23 D 3C 29
Octal 246 104 51 0 73 113 43 15 74 51
Binary 10100110 1000100 101001 0 111011 1001011 100011 1101 111100 101001

Color Harmonies of #A64429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64429

Black with #A64429

Text Example


Text Example

White with #A64429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64429; }

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

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

background-color css

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

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

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

border-color css

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

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

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