Html Css Color HEX #A04027 Rock Spray

📋 copy color: '#A04027'

red 160 ◦ green 64 ◦ blue 39

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

Shades of Rock Spray #A04027

Tints of Rock Spray #A04027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 60.84%
G = 24.33%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A04027 (or 0xA04027) is known color: Rock Spray. HEX triplet: A0, 40 and 27. RGB value is (160,64,39). Sum of RGB (Red+Green+Blue) = 160+64+39=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A04027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04027 is #5FBFD8. Grayscale: #5A5A5A. Windows color (decimal): -6275033 or 2572448. OLE color: 2572448.

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

Color convert

RGB 160 64 39 -
CMYK 0 0.6 0.76 0.37
HSL 12.4º 0.61% 0.39% -
HSV(B) 12.4º 0.76% 0.63% -
XYZ 16.7 11.29 3.22 -
YUV 89.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 160 64 39 0 0.6 0.76 0.37 12.4 0.61 0.39
Hex A0 40 27 0 3C 4C 25 C 3D 27
Octal 240 100 47 0 74 114 45 14 75 47
Binary 10100000 1000000 100111 0 111100 1001100 100101 1100 111101 100111

Color Harmonies of #A04027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04027

Black with #A04027

Text Example


Text Example

White with #A04027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04027; }

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

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

background-color css

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

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

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

border-color css

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

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

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