Html Css Color HEX #AB524E Apple Blossom

📋 copy color: '#AB524E'

red 171 ◦ green 82 ◦ blue 78

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

Shades of Apple Blossom #AB524E

Tints of Apple Blossom #AB524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.77%

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

R = 51.66%
G = 24.77%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB524E (or 0xAB524E) is known color: Apple Blossom. HEX triplet: AB, 52 and 4E. RGB value is (171,82,78). Sum of RGB (Red+Green+Blue) = 171+82+78=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB524E is #54ADB1. Grayscale: #6C6C6C. Windows color (decimal): -5549490 or 5132971. OLE color: 5132971.

HSL color Cylindrical-coordinate representation of color #AB524E: hue angle of 2.58º 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 #AB524E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 78 -
CMYK 0 0.52 0.54 0.33
HSL 2.58º 0.37% 0.49% -
HSV(B) 2.58º 0.54% 0.67% -
XYZ 21.19 15.24 9.03 -
YUV 108.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 171 82 78 0 0.52 0.54 0.33 2.58 0.37 0.49
Hex AB 52 4E 0 34 36 21 3 25 31
Octal 253 122 116 0 64 66 41 3 45 61
Binary 10101011 1010010 1001110 0 110100 110110 100001 11 100101 110001

Color Harmonies of #AB524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB524E

Black with #AB524E

Text Example


Text Example

White with #AB524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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