Html Css Color HEX #AB504E Apple Blossom

📋 copy color: '#AB504E'

red 171 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #AB504E

Tints of Apple Blossom #AB504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 51.98%
G = 24.32%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB504E (or 0xAB504E) is known color: Apple Blossom. HEX triplet: AB, 50 and 4E. RGB value is (171,80,78). Sum of RGB (Red+Green+Blue) = 171+80+78=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB504E is #54AFB1. Grayscale: #6B6B6B. Windows color (decimal): -5550002 or 5132459. OLE color: 5132459.

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

Color convert

RGB 171 80 78 -
CMYK 0 0.53 0.54 0.33
HSL 1.29º 0.37% 0.49% -
HSV(B) 1.29º 0.54% 0.67% -
XYZ 21.04 14.95 8.98 -
YUV 106.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 171 80 78 0 0.53 0.54 0.33 1.29 0.37 0.49
Hex AB 50 4E 0 35 36 21 1 25 31
Octal 253 120 116 0 65 66 41 1 45 61
Binary 10101011 1010000 1001110 0 110101 110110 100001 1 100101 110001

Color Harmonies of #AB504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB504E

Black with #AB504E

Text Example


Text Example

White with #AB504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB504E; }

 p { color: rgb(171,80,78); }

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

background-color css

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

 a { background-color: rgb(171,80,78); }

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

border-color css

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

 span { border-color: rgb(171,80,78); }

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