Html Css Color HEX #A04028 Rock Spray

📋 copy color: '#A04028'

red 160 ◦ green 64 ◦ blue 40

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

Shades of Rock Spray #A04028

Tints of Rock Spray #A04028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 60.61%
G = 24.24%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A04028 (or 0xA04028) is known color: Rock Spray. HEX triplet: A0, 40 and 28. RGB value is (160,64,40). Sum of RGB (Red+Green+Blue) = 160+64+40=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04028 is #5FBFD7. Grayscale: #5A5A5A. Windows color (decimal): -6275032 or 2637984. OLE color: 2637984.

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

Color convert

RGB 160 64 40 -
CMYK 0 0.6 0.75 0.37
HSL 12º 0.6% 0.39% -
HSV(B) 12º 0.75% 0.63% -
XYZ 16.71 11.29 3.31 -
YUV 89.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 160 64 40 0 0.6 0.75 0.37 12 0.6 0.39
Hex A0 40 28 0 3C 4B 25 C 3C 27
Octal 240 100 50 0 74 113 45 14 74 47
Binary 10100000 1000000 101000 0 111100 1001011 100101 1100 111100 100111

Color Harmonies of #A04028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04028

Black with #A04028

Text Example


Text Example

White with #A04028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04028; }

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

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

background-color css

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

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

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

border-color css

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

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

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