Html Css Color HEX #A9544C Apple Blossom

📋 copy color: '#A9544C'

red 169 ◦ green 84 ◦ blue 76

#A9544C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #A9544C

Tints of Apple Blossom #A9544C

RGB

 RED value IS 169 (66.41% from 255) = 51.37%

 GREEN value IS 84 (33.2% from 255) = 25.53%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 51.37%
G = 25.53%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9544C (or 0xA9544C) is known color: Apple Blossom. HEX triplet: A9, 54 and 4C. RGB value is (169,84,76). Sum of RGB (Red+Green+Blue) = 169+84+76=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9544C is #56ABB3. Grayscale: #6C6C6C. Windows color (decimal): -5680052 or 5002409. OLE color: 5002409.

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

Color convert

RGB 169 84 76 -
CMYK 0 0.50 0.55 0.34
HSL 5.16º 0.38% 0.48% -
HSV(B) 5.16º 0.55% 0.66% -
XYZ 20.84 15.3 8.69 -
YUV 108.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 169 84 76 0 0.50 0.55 0.34 5.16 0.38 0.48
Hex A9 54 4C 0 32 37 22 5 26 30
Octal 251 124 114 0 62 67 42 5 46 60
Binary 10101001 1010100 1001100 0 110010 110111 100010 101 100110 110000

Color Harmonies of #A9544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9544C

Black with #A9544C

Text Example


Text Example

White with #A9544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9544C; }

 p { color: rgb(169,84,76); }

 H1.HeaderClassName
 {
   color: #A9544C;
 }
 .AnyTagClassName
 {
   color: #A9544C;
 }
</style>

background-color css

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

 a { background-color: rgb(169,84,76); }

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

border-color css

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

 span { border-color: rgb(169,84,76); }

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