Html Css Color HEX #AB5B55 Apple Blossom

📋 copy color: '#AB5B55'

red 171 ◦ green 91 ◦ blue 85

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

Shades of Apple Blossom #AB5B55

Tints of Apple Blossom #AB5B55

RGB

 RED value IS 171 (67.19% from 255) = 49.28%

 GREEN value IS 91 (35.94% from 255) = 26.22%

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

R = 49.28%
G = 26.22%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB5B55 (or 0xAB5B55) is known color: Apple Blossom. HEX triplet: AB, 5B and 55. RGB value is (171,91,85). Sum of RGB (Red+Green+Blue) = 171+91+85=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B55 is #54A4AA. Grayscale: #727272. Windows color (decimal): -5547179 or 5594027. OLE color: 5594027.

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

Color convert

RGB 171 91 85 -
CMYK 0 0.47 0.50 0.33
HSL 4.19º 0.34% 0.5% -
HSV(B) 4.19º 0.5% 0.67% -
XYZ 22.18 16.8 10.67 -
YUV 114.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 171 91 85 0 0.47 0.50 0.33 4.19 0.34 0.5
Hex AB 5B 55 0 2F 32 21 4 22 32
Octal 253 133 125 0 57 62 41 4 42 62
Binary 10101011 1011011 1010101 0 101111 110010 100001 100 100010 110010

Color Harmonies of #AB5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B55

Black with #AB5B55

Text Example


Text Example

White with #AB5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B55; }

 p { color: rgb(171,91,85); }

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

background-color css

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

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

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

border-color css

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

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

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