#A44E4B

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

Shades of Apple Blossom #A44E4B

Tints of Apple Blossom #A44E4B

Color information

#A44E4B (or 0xA44E4B) is unknown color: approx Apple Blossom. HEX triplet: A4, 4E and 4B. RGB value is (164,78,75). Sum of RGB (Red+Green+Blue) = 164+78+75=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E4B is #5BB1B4. Grayscale: #676767. Windows color (decimal): -6009269 or 4935332. OLE color: 4935332.

HSL color Cylindrical-coordinate representation of color #A44E4B: hue angle of 2.02º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44E4B is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1647875-
CMYK00.520.540.36
HSL2.02º37.24%46.86%-
HSV(B)2.02º54.27%64.31%-
XYZ19.313.858.31-
YUV103.37111.99171.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.74%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=51.74%
G=24.61%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164787500.520.540.362.0237.2446.86
HexA44E4B03436242252f
Octal244116113064664424557
Binary1010010010011101001011011010011011010010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E4B; }

 p { color: rgb(164,78,75); }

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

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

 a { background-color: rgb(164,78,75); }

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

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

 span { border-color: rgb(164,78,75); }

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