Html Css Color HEX #A55555 Apple Blossom

📋 copy color: '#A55555'

red 165 ◦ green 85 ◦ blue 85

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

Shades of Apple Blossom #A55555

Tints of Apple Blossom #A55555

RGB

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

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

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

R = 49.25%
G = 25.37%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A55555 (or 0xA55555) is known color: Apple Blossom. HEX triplet: A5, 55 and 55. RGB value is (165,85,85). Sum of RGB (Red+Green+Blue) = 165+85+85=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A55555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55555 is #5AAAAA. Grayscale: #6D6D6D. Windows color (decimal): -5941931 or 5592485. OLE color: 5592485.

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

Color convert

RGB 165 85 85 -
CMYK 0 0.48 0.48 0.35
HSL 0.32% 0.49% -
HSV(B) 0.48% 0.65% -
XYZ 20.41 15.15 10.44 -
YUV 108.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 165 85 85 0 0.48 0.48 0.35 0 0.32 0.49
Hex A5 55 55 0 30 30 23 0 20 31
Octal 245 125 125 0 60 60 43 0 40 61
Binary 10100101 1010101 1010101 0 110000 110000 100011 0 100000 110001

Color Harmonies of #A55555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55555

Black with #A55555

Text Example


Text Example

White with #A55555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55555; }

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

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

background-color css

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

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

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

border-color css

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

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

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