#A04826

Color #A04826 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A04826

Tints of Rock Spray #A04826

Color information

#A04826 (or 0xA04826) is unknown color: approx Rock Spray. HEX triplet: A0, 48 and 26. RGB value is (160,72,38). Sum of RGB (Red+Green+Blue) = 160+72+38=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A04826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04826 is #5FB7D9. Grayscale: #5E5E5E. Windows color (decimal): -6272986 or 2508960. OLE color: 2508960.

HSL color Cylindrical-coordinate representation of color #A04826: hue angle of 16.72º degrees, saturation: 0.62, 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 #A04826 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1607238-
CMYK00.550.760.37
HSL16.72º61.62%38.82%-
HSV(B)16.72º76.25%62.75%-
XYZ17.1612.253.29-
YUV94.4496.15174.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=59.26%
G=26.67%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160723800.550.760.3716.7261.6238.82
HexA048260374C25113e27
Octal2401104606711445217647
Binary1010000010010001001100110111100110010010110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04826; }

 p { color: rgb(160,72,38); }

 H1.HeaderClassName
 {
   color: #A04826;
 }
 .AnyTagClassName
 {
   color: #A04826;
 }
</style>
background-color css

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

 a { background-color: rgb(160,72,38); }

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

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

 span { border-color: rgb(160,72,38); }

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