Html Css Color HEX #AB564C Apple Blossom

📋 copy color: '#AB564C'

red 171 ◦ green 86 ◦ blue 76

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

Shades of Apple Blossom #AB564C

Tints of Apple Blossom #AB564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 51.35%
G = 25.83%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB564C (or 0xAB564C) is known color: Apple Blossom. HEX triplet: AB, 56 and 4C. RGB value is (171,86,76). Sum of RGB (Red+Green+Blue) = 171+86+76=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB564C is #54A9B3. Grayscale: #6E6E6E. Windows color (decimal): -5548468 or 5002923. OLE color: 5002923.

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

Color convert

RGB 171 86 76 -
CMYK 0 0.50 0.56 0.33
HSL 6.32º 0.38% 0.48% -
HSV(B) 6.32º 0.56% 0.67% -
XYZ 21.43 15.84 8.76 -
YUV 110.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 171 86 76 0 0.50 0.56 0.33 6.32 0.38 0.48
Hex AB 56 4C 0 32 38 21 6 26 30
Octal 253 126 114 0 62 70 41 6 46 60
Binary 10101011 1010110 1001100 0 110010 111000 100001 110 100110 110000

Color Harmonies of #AB564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB564C

Black with #AB564C

Text Example


Text Example

White with #AB564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB564C; }

 p { color: rgb(171,86,76); }

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

background-color css

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

 a { background-color: rgb(171,86,76); }

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

border-color css

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

 span { border-color: rgb(171,86,76); }

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