Html Css Color HEX #A04029 Rock Spray

📋 copy color: '#A04029'

red 160 ◦ green 64 ◦ blue 41

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

Shades of Rock Spray #A04029

Tints of Rock Spray #A04029

RGB

 RED value IS 160 (62.89% from 255) = 60.38%

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

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

R = 60.38%
G = 24.15%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A04029 (or 0xA04029) is known color: Rock Spray. HEX triplet: A0, 40 and 29. RGB value is (160,64,41). Sum of RGB (Red+Green+Blue) = 160+64+41=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A04029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04029 is #5FBFD6. Grayscale: #5A5A5A. Windows color (decimal): -6275031 or 2703520. OLE color: 2703520.

HSL color Cylindrical-coordinate representation of color #A04029: hue angle of 11.6º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A04029 is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 41 -
CMYK 0 0.6 0.74 0.37
HSL 11.6º 0.59% 0.39% -
HSV(B) 11.6º 0.74% 0.63% -
XYZ 16.73 11.3 3.4 -
YUV 90.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 160 64 41 0 0.6 0.74 0.37 11.6 0.59 0.39
Hex A0 40 29 0 3C 4A 25 C 3B 27
Octal 240 100 51 0 74 112 45 14 73 47
Binary 10100000 1000000 101001 0 111100 1001010 100101 1100 111011 100111

Color Harmonies of #A04029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04029

Black with #A04029

Text Example


Text Example

White with #A04029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04029; }

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

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

background-color css

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

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

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

border-color css

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

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

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