#A54432

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

Shades of Rock Spray #A54432

Tints of Rock Spray #A54432

Color information

#A54432 (or 0xA54432) is unknown color: approx Rock Spray. HEX triplet: A5, 44 and 32. RGB value is (165,68,50). Sum of RGB (Red+Green+Blue) = 165+68+50=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A54432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54432 is #5ABBCD. Grayscale: #5F5F5F. Windows color (decimal): -5946318 or 3294373. OLE color: 3294373.

HSL color Cylindrical-coordinate representation of color #A54432: hue angle of 9.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54432 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1656850-
CMYK00.590.700.35
HSL9.39º53.49%42.16%-
HSV(B)9.39º69.7%64.71%-
XYZ18.1612.364.45-
YUV94.95102.64177.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=58.30%
G=24.03%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165685000.590.700.359.3953.4942.16
HexA5443203B46239352a
Octal2451046207310643116552
Binary101001011000100110010011101110001101000111001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54432; }

 p { color: rgb(165,68,50); }

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

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

 a { background-color: rgb(165,68,50); }

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

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

 span { border-color: rgb(165,68,50); }

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