#AD4226

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

Shades of Rock Spray #AD4226

Tints of Rock Spray #AD4226

Color information

#AD4226 (or 0xAD4226) is unknown color: approx Rock Spray. HEX triplet: AD, 42 and 26. RGB value is (173,66,38). Sum of RGB (Red+Green+Blue) = 173+66+38=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4226 is #52BDD9. Grayscale: #5F5F5F. Windows color (decimal): -5422554 or 2507437. OLE color: 2507437.

HSL color Cylindrical-coordinate representation of color #AD4226: hue angle of 12.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD4226 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1736638-
CMYK00.620.780.32
HSL12.44º63.98%41.37%-
HSV(B)12.44º78.03%67.84%-
XYZ19.5312.923.3-
YUV94.895.95183.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.45%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=62.45%
G=23.83%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173663800.620.780.3212.4463.9841.37
HexAD422603E4E20c4029
Octal25510246076116401410051
Binary1010110110000101001100111110100111010000011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4226; }

 p { color: rgb(173,66,38); }

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

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

 a { background-color: rgb(173,66,38); }

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

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

 span { border-color: rgb(173,66,38); }

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