#A84B4A

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

Shades of Apple Blossom #A84B4A

Tints of Apple Blossom #A84B4A

Color information

#A84B4A (or 0xA84B4A) is unknown color: approx Apple Blossom. HEX triplet: A8, 4B and 4A. RGB value is (168,75,74). Sum of RGB (Red+Green+Blue) = 168+75+74=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B4A is #57B4B5. Grayscale: #666666. Windows color (decimal): -5747894 or 4869032. OLE color: 4869032.

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

Color convert

RGB1687574-
CMYK00.550.560.34
HSL0.64º38.84%47.45%-
HSV(B)0.64º55.95%65.88%-
XYZ19.913.858.1-
YUV102.69111.81174.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=53.00%
G=23.66%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168757400.550.560.340.6438.8447.45
HexA84B4A03738221272f
Octal250113112067704214757
Binary101010001001011100101001101111110001000101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B4A; }

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

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

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

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

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

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

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

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