#A84E4B

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

Shades of Apple Blossom #A84E4B

Tints of Apple Blossom #A84E4B

Color information

#A84E4B (or 0xA84E4B) is unknown color: approx Apple Blossom. HEX triplet: A8, 4E and 4B. RGB value is (168,78,75). Sum of RGB (Red+Green+Blue) = 168+78+75=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E4B is #57B1B4. Grayscale: #686868. Windows color (decimal): -5747125 or 4935336. OLE color: 4935336.

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

Color convert

RGB1687875-
CMYK00.540.550.34
HSL1.94º38.27%47.65%-
HSV(B)1.94º55.36%65.88%-
XYZ20.1414.288.35-
YUV104.57111.32173.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.34%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=52.34%
G=24.30%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168787500.540.550.341.9438.2747.65
HexA84E4B036372222630
Octal250116113066674224660
Binary1010100010011101001011011011011011110001010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E4B; }

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

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

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

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

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

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

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

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