#A54C4A

Color #A54C4A Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A54C4A

Tints of Apple Blossom #A54C4A

Color information

#A54C4A (or 0xA54C4A) is unknown color: approx Apple Blossom. HEX triplet: A5, 4C and 4A. RGB value is (165,76,74). Sum of RGB (Red+Green+Blue) = 165+76+74=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C4A is #5AB3B5. Grayscale: #666666. Windows color (decimal): -5944246 or 4869285. OLE color: 4869285.

HSL color Cylindrical-coordinate representation of color #A54C4A: hue angle of 1.32º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54C4A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1657674-
CMYK00.540.550.35
HSL1.32º38.08%46.86%-
HSV(B)1.32º55.15%64.71%-
XYZ19.3413.668.1-
YUV102.38111.99172.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=52.38%
G=24.13%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165767400.540.550.351.3238.0846.86
HexA54C4A03637231262f
Octal245114112066674314657
Binary101001011001100100101001101101101111000111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C4A; }

 p { color: rgb(165,76,74); }

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

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

 a { background-color: rgb(165,76,74); }

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

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

 span { border-color: rgb(165,76,74); }

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