#A04023

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

Shades of Rock Spray #A04023

Tints of Rock Spray #A04023

Color information

#A04023 (or 0xA04023) is unknown color: approx Rock Spray. HEX triplet: A0, 40 and 23. RGB value is (160,64,35). Sum of RGB (Red+Green+Blue) = 160+64+35=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04023 is #5FBFDC. Grayscale: #595959. Windows color (decimal): -6275037 or 2310304. OLE color: 2310304.

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

Color convert

RGB1606435-
CMYK00.60.780.37
HSL13.92º64.1%38.24%-
HSV(B)13.92º78.12%62.75%-
XYZ16.6311.262.89-
YUV89.497.3178.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=61.78%
G=24.71%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160643500.60.780.3713.9264.138.24
HexA0402303C4E25e4026
Octal24010043074116451610046
Binary1010000010000001000110111100100111010010111101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04023; }

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

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

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

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

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

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

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

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