#A54427

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

Shades of Rock Spray #A54427

Tints of Rock Spray #A54427

Color information

#A54427 (or 0xA54427) is unknown color: approx Rock Spray. HEX triplet: A5, 44 and 27. RGB value is (165,68,39). Sum of RGB (Red+Green+Blue) = 165+68+39=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A54427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54427 is #5ABBD8. Grayscale: #5D5D5D. Windows color (decimal): -5946329 or 2573477. OLE color: 2573477.

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

Color convert

RGB1656839-
CMYK00.590.760.35
HSL13.81º61.76%40%-
HSV(B)13.81º76.36%64.71%-
XYZ17.9512.283.34-
YUV93.797.14178.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=60.66%
G=25%
B=14.34%

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
Decimal165683900.590.760.3513.8161.7640
HexA5442703B4C23e3e28
Octal2451044707311443167650
Binary101001011000100100111011101110011001000111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54427; }

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

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

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

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

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

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

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

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