#A5452E

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

Shades of Rock Spray #A5452E

Tints of Rock Spray #A5452E

Color information

#A5452E (or 0xA5452E) is unknown color: approx Rock Spray. HEX triplet: A5, 45 and 2E. RGB value is (165,69,46). Sum of RGB (Red+Green+Blue) = 165+69+46=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5452E is #5ABAD1. Grayscale: #5F5F5F. Windows color (decimal): -5946066 or 3032485. OLE color: 3032485.

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

Color convert

RGB1656946-
CMYK00.580.720.35
HSL11.6º56.4%41.37%-
HSV(B)11.6º72.12%64.71%-
XYZ18.1412.454.03-
YUV95.08100.3177.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=58.93%
G=24.64%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165694600.580.720.3511.656.441.37
HexA5452E03A4823c3829
Octal2451055607211043147051
Binary101001011000101101110011101010010001000111100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5452E; }

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

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

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

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

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

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

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

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