Html Css Color HEX #A55A59 Apple Blossom

📋 copy color: '#A55A59'

red 165 ◦ green 90 ◦ blue 89

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

Shades of Apple Blossom #A55A59

Tints of Apple Blossom #A55A59

RGB

 RED value IS 165 (64.84% from 255) = 47.97%

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 47.97%
G = 26.16%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A55A59 (or 0xA55A59) is known color: Apple Blossom. HEX triplet: A5, 5A and 59. RGB value is (165,90,89). Sum of RGB (Red+Green+Blue) = 165+90+89=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A59 is #5AA5A6. Grayscale: #707070. Windows color (decimal): -5940647 or 5855909. OLE color: 5855909.

HSL color Cylindrical-coordinate representation of color #A55A59: hue angle of 0.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55A59 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 90 89 -
CMYK 0 0.45 0.46 0.35
HSL 0.79º 0.3% 0.5% -
HSV(B) 0.79º 0.46% 0.65% -
XYZ 20.98 16.03 11.44 -
YUV 112.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 165 90 89 0 0.45 0.46 0.35 0.79 0.3 0.5
Hex A5 5A 59 0 2D 2E 23 1 1E 32
Octal 245 132 131 0 55 56 43 1 36 62
Binary 10100101 1011010 1011001 0 101101 101110 100011 1 11110 110010

Color Harmonies of #A55A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A59

Black with #A55A59

Text Example


Text Example

White with #A55A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A59; }

 p { color: rgb(165,90,89); }

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

background-color css

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

 a { background-color: rgb(165,90,89); }

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

border-color css

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

 span { border-color: rgb(165,90,89); }

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