#A54632

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

Shades of Rock Spray #A54632

Tints of Rock Spray #A54632

Color information

#A54632 (or 0xA54632) is unknown color: approx Rock Spray. HEX triplet: A5, 46 and 32. RGB value is (165,70,50). Sum of RGB (Red+Green+Blue) = 165+70+50=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A54632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54632 is #5AB9CD. Grayscale: #606060. Windows color (decimal): -5945806 or 3294885. OLE color: 3294885.

HSL color Cylindrical-coordinate representation of color #A54632: hue angle of 10.43º 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 #A54632 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1657050-
CMYK00.580.700.35
HSL10.43º53.49%42.16%-
HSV(B)10.43º69.7%64.71%-
XYZ18.2812.614.49-
YUV96.12101.97177.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=57.89%
G=24.56%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165705000.580.700.3510.4353.4942.16
HexA5463203A4623a352a
Octal2451066207210643126552
Binary101001011000110110010011101010001101000111010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54632; }

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

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

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

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

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

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

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

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