Html Css Color HEX #AB554D Apple Blossom

📋 copy color: '#AB554D'

red 171 ◦ green 85 ◦ blue 77

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

Shades of Apple Blossom #AB554D

Tints of Apple Blossom #AB554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 51.35%
G = 25.53%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB554D (or 0xAB554D) is known color: Apple Blossom. HEX triplet: AB, 55 and 4D. RGB value is (171,85,77). Sum of RGB (Red+Green+Blue) = 171+85+77=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB554D is #54AAB2. Grayscale: #6D6D6D. Windows color (decimal): -5548723 or 5068203. OLE color: 5068203.

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

Color convert

RGB 171 85 77 -
CMYK 0 0.50 0.55 0.33
HSL 5.11º 0.38% 0.49% -
HSV(B) 5.11º 0.55% 0.67% -
XYZ 21.38 15.69 8.92 -
YUV 109.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 171 85 77 0 0.50 0.55 0.33 5.11 0.38 0.49
Hex AB 55 4D 0 32 37 21 5 26 31
Octal 253 125 115 0 62 67 41 5 46 61
Binary 10101011 1010101 1001101 0 110010 110111 100001 101 100110 110001

Color Harmonies of #AB554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB554D

Black with #AB554D

Text Example


Text Example

White with #AB554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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