#A54226

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

Shades of Rock Spray #A54226

Tints of Rock Spray #A54226

Color information

#A54226 (or 0xA54226) is unknown color: approx Rock Spray. HEX triplet: A5, 42 and 26. RGB value is (165,66,38). Sum of RGB (Red+Green+Blue) = 165+66+38=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A54226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54226 is #5ABDD9. Grayscale: #5C5C5C. Windows color (decimal): -5946842 or 2507429. OLE color: 2507429.

HSL color Cylindrical-coordinate representation of color #A54226: hue angle of 13.23º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A54226 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1656638-
CMYK00.600.770.35
HSL13.23º62.56%39.8%-
HSV(B)13.23º76.97%64.71%-
XYZ17.8212.043.22-
YUV92.4197.3179.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=61.34%
G=24.54%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165663800.600.770.3513.2362.5639.8
HexA5422603C4D23d3f28
Octal2451024607411543157750
Binary101001011000010100110011110010011011000111101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54226; }

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

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

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

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

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

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

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

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