#A54733

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

Shades of Rock Spray #A54733

Tints of Rock Spray #A54733

Color information

#A54733 (or 0xA54733) is unknown color: approx Rock Spray. HEX triplet: A5, 47 and 33. RGB value is (165,71,51). Sum of RGB (Red+Green+Blue) = 165+71+51=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A54733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54733 is #5AB8CC. Grayscale: #616161. Windows color (decimal): -5945549 or 3360677. OLE color: 3360677.

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

Color convert

RGB1657151-
CMYK00.570.690.35
HSL10.53º52.78%42.35%-
HSV(B)10.53º69.09%64.71%-
XYZ18.3712.744.62-
YUV96.83102.14176.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=57.49%
G=24.74%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165715100.570.690.3510.5352.7842.35
HexA547330394523b352a
Octal2451076307110543136552
Binary101001011000111110011011100110001011000111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54733; }

 p { color: rgb(165,71,51); }

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

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

 a { background-color: rgb(165,71,51); }

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

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

 span { border-color: rgb(165,71,51); }

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