Html Css Color HEX #A9554D Apple Blossom

📋 copy color: '#A9554D'

red 169 ◦ green 85 ◦ blue 77

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

Shades of Apple Blossom #A9554D

Tints of Apple Blossom #A9554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 51.06%
G = 25.68%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9554D (or 0xA9554D) is known color: Apple Blossom. HEX triplet: A9, 55 and 4D. RGB value is (169,85,77). Sum of RGB (Red+Green+Blue) = 169+85+77=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9554D is #56AAB2. Grayscale: #6D6D6D. Windows color (decimal): -5679795 or 5068201. OLE color: 5068201.

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

Color convert

RGB 169 85 77 -
CMYK 0 0.50 0.54 0.34
HSL 5.22º 0.37% 0.48% -
HSV(B) 5.22º 0.54% 0.66% -
XYZ 20.95 15.47 8.9 -
YUV 109.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 169 85 77 0 0.50 0.54 0.34 5.22 0.37 0.48
Hex A9 55 4D 0 32 36 22 5 25 30
Octal 251 125 115 0 62 66 42 5 45 60
Binary 10101001 1010101 1001101 0 110010 110110 100010 101 100101 110000

Color Harmonies of #A9554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9554D

Black with #A9554D

Text Example


Text Example

White with #A9554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9554D; }

 p { color: rgb(169,85,77); }

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

background-color css

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

 a { background-color: rgb(169,85,77); }

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

border-color css

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

 span { border-color: rgb(169,85,77); }

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