Html Css Color HEX #A64029 Rock Spray

📋 copy color: '#A64029'

red 166 ◦ green 64 ◦ blue 41

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

Shades of Rock Spray #A64029

Tints of Rock Spray #A64029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 61.25%
G = 23.62%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A64029 (or 0xA64029) is known color: Rock Spray. HEX triplet: A6, 40 and 29. RGB value is (166,64,41). Sum of RGB (Red+Green+Blue) = 166+64+41=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A64029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64029 is #59BFD6. Grayscale: #5C5C5C. Windows color (decimal): -5881815 or 2703526. OLE color: 2703526.

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

Color convert

RGB 166 64 41 -
CMYK 0 0.61 0.75 0.35
HSL 11.04º 0.6% 0.41% -
HSV(B) 11.04º 0.75% 0.65% -
XYZ 17.96 11.93 3.45 -
YUV 91.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 166 64 41 0 0.61 0.75 0.35 11.04 0.6 0.41
Hex A6 40 29 0 3D 4B 23 B 3C 29
Octal 246 100 51 0 75 113 43 13 74 51
Binary 10100110 1000000 101001 0 111101 1001011 100011 1011 111100 101001

Color Harmonies of #A64029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64029

Black with #A64029

Text Example


Text Example

White with #A64029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64029; }

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

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

background-color css

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

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

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

border-color css

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

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

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