Html Css Color HEX #A95555 Apple Blossom

📋 copy color: '#A95555'

red 169 ◦ green 85 ◦ blue 85

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

Shades of Apple Blossom #A95555

Tints of Apple Blossom #A95555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 49.85%
G = 25.07%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A95555 (or 0xA95555) is known color: Apple Blossom. HEX triplet: A9, 55 and 55. RGB value is (169,85,85). Sum of RGB (Red+Green+Blue) = 169+85+85=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95555 is #56AAAA. Grayscale: #6E6E6E. Windows color (decimal): -5679787 or 5592489. OLE color: 5592489.

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

Color convert

RGB 169 85 85 -
CMYK 0 0.50 0.50 0.34
HSL 0.33% 0.5% -
HSV(B) 0.5% 0.66% -
XYZ 21.25 15.59 10.48 -
YUV 110.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 169 85 85 0 0.50 0.50 0.34 0 0.33 0.5
Hex A9 55 55 0 32 32 22 0 21 32
Octal 251 125 125 0 62 62 42 0 41 62
Binary 10101001 1010101 1010101 0 110010 110010 100010 0 100001 110010

Color Harmonies of #A95555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95555

Black with #A95555

Text Example


Text Example

White with #A95555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95555; }

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

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

background-color css

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

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

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

border-color css

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

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

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