#A9534A

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

Shades of Apple Blossom #A9534A

Tints of Apple Blossom #A9534A

Color information

#A9534A (or 0xA9534A) is unknown color: approx Apple Blossom. HEX triplet: A9, 53 and 4A. RGB value is (169,83,74). Sum of RGB (Red+Green+Blue) = 169+83+74=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A9534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9534A is #56ACB5. Grayscale: #6B6B6B. Windows color (decimal): -5680310 or 4871081. OLE color: 4871081.

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

Color convert

RGB1698374-
CMYK00.510.560.34
HSL5.68º39.09%47.65%-
HSV(B)5.68º56.21%66.27%-
XYZ20.6915.128.31-
YUV107.69108.99171.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.84%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=51.84%
G=25.46%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169837400.510.560.345.6839.0947.65
HexA9534A033382262730
Octal251123112063704264760
Binary10101001101001110010100110011111000100010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9534A; }

 p { color: rgb(169,83,74); }

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

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

 a { background-color: rgb(169,83,74); }

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

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

 span { border-color: rgb(169,83,74); }

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