Html Css Color HEX #AB524C Apple Blossom

📋 copy color: '#AB524C'

red 171 ◦ green 82 ◦ blue 76

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

Shades of Apple Blossom #AB524C

Tints of Apple Blossom #AB524C

RGB

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

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

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

R = 51.98%
G = 24.92%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB524C (or 0xAB524C) is known color: Apple Blossom. HEX triplet: AB, 52 and 4C. RGB value is (171,82,76). Sum of RGB (Red+Green+Blue) = 171+82+76=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB524C is #54ADB3. Grayscale: #6C6C6C. Windows color (decimal): -5549492 or 5001899. OLE color: 5001899.

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

Color convert

RGB 171 82 76 -
CMYK 0 0.52 0.56 0.33
HSL 3.79º 0.38% 0.48% -
HSV(B) 3.79º 0.56% 0.67% -
XYZ 21.12 15.21 8.66 -
YUV 107.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 171 82 76 0 0.52 0.56 0.33 3.79 0.38 0.48
Hex AB 52 4C 0 34 38 21 4 26 30
Octal 253 122 114 0 64 70 41 4 46 60
Binary 10101011 1010010 1001100 0 110100 111000 100001 100 100110 110000

Color Harmonies of #AB524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB524C

Black with #AB524C

Text Example


Text Example

White with #AB524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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