Html Css Color HEX #A55655 Apple Blossom

📋 copy color: '#A55655'

red 165 ◦ green 86 ◦ blue 85

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

Shades of Apple Blossom #A55655

Tints of Apple Blossom #A55655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 49.11%
G = 25.6%
B = 25.3%

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

#A55655 (or 0xA55655) is known color: Apple Blossom. HEX triplet: A5, 56 and 55. RGB value is (165,86,85). Sum of RGB (Red+Green+Blue) = 165+86+85=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A55655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55655 is #5AA9AA. Grayscale: #6D6D6D. Windows color (decimal): -5941675 or 5592741. OLE color: 5592741.

HSL color Cylindrical-coordinate representation of color #A55655: hue angle of 0.75º 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 #A55655 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 85 -
CMYK 0 0.48 0.48 0.35
HSL 0.75º 0.32% 0.49% -
HSV(B) 0.75º 0.48% 0.65% -
XYZ 20.48 15.31 10.47 -
YUV 109.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 165 86 85 0 0.48 0.48 0.35 0.75 0.32 0.49
Hex A5 56 55 0 30 30 23 1 20 31
Octal 245 126 125 0 60 60 43 1 40 61
Binary 10100101 1010110 1010101 0 110000 110000 100011 1 100000 110001

Color Harmonies of #A55655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55655

Black with #A55655

Text Example


Text Example

White with #A55655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55655; }

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

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

background-color css

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

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

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

border-color css

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

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

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