#a54c4b

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

Shades of Apple Blossom #A54C4B

Tints of Apple Blossom #A54C4B

Color information

#A54C4B (or 0xA54C4B) is unknown color: approx Apple Blossom. HEX triplet: A5, 4C and 4B. RGB value is (165,76,75). Sum of RGB (Red+Green+Blue) = 165+76+75=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C4B is #5AB3B4. Grayscale: #666666. Windows color (decimal): -5944245 or 4934821. OLE color: 4934821.

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

Color convert

RGB1657675-
CMYK00.540.550.35
HSL0.67º37.5%47.06%-
HSV(B)0.67º54.55%64.71%-
XYZ19.3713.688.28-
YUV102.5112.49172.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=52.22%
G=24.05%
B=23.73%

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
Decimal165767500.540.550.350.6737.547.06
HexA54C4B03637231262f
Octal245114113066674314657
Binary101001011001100100101101101101101111000111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54c4b; }

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

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

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

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

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

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

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

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