#A54327

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

Shades of Rock Spray #A54327

Tints of Rock Spray #A54327

Color information

#A54327 (or 0xA54327) is unknown color: approx Rock Spray. HEX triplet: A5, 43 and 27. RGB value is (165,67,39). Sum of RGB (Red+Green+Blue) = 165+67+39=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54327 is #5ABCD8. Grayscale: #5D5D5D. Windows color (decimal): -5946585 or 2573221. OLE color: 2573221.

HSL color Cylindrical-coordinate representation of color #A54327: hue angle of 13.33º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A54327 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1656739-
CMYK00.590.760.35
HSL13.33º61.76%40%-
HSV(B)13.33º76.36%64.71%-
XYZ17.8912.163.32-
YUV93.1197.47179.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 39 (15.62% from 255) = 14.39%
R=60.89%
G=24.72%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165673900.590.760.3513.3361.7640
HexA5432703B4C23d3e28
Octal2451034707311443157650
Binary101001011000011100111011101110011001000111101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54327; }

 p { color: rgb(165,67,39); }

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

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

 a { background-color: rgb(165,67,39); }

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

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

 span { border-color: rgb(165,67,39); }

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