#A54534

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

Shades of Rock Spray #A54534

Tints of Rock Spray #A54534

Color information

#A54534 (or 0xA54534) is unknown color: approx Rock Spray. HEX triplet: A5, 45 and 34. RGB value is (165,69,52). Sum of RGB (Red+Green+Blue) = 165+69+52=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A54534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54534 is #5ABACB. Grayscale: #5F5F5F. Windows color (decimal): -5946060 or 3425701. OLE color: 3425701.

HSL color Cylindrical-coordinate representation of color #A54534: hue angle of 9.03º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54534 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1656952-
CMYK00.580.680.35
HSL9.03º52.07%42.55%-
HSV(B)9.03º68.48%64.71%-
XYZ18.2712.54.7-
YUV95.77103.3177.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.69%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=57.69%
G=24.13%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165695200.580.680.359.0352.0742.55
HexA5453403A44239342b
Octal2451056407210443116453
Binary101001011000101110100011101010001001000111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54534; }

 p { color: rgb(165,69,52); }

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

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

 a { background-color: rgb(165,69,52); }

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

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

 span { border-color: rgb(165,69,52); }

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