Html Css Color HEX #AB514C Apple Blossom

📋 copy color: '#AB514C'

red 171 ◦ green 81 ◦ blue 76

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

Shades of Apple Blossom #AB514C

Tints of Apple Blossom #AB514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

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

R = 52.13%
G = 24.7%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB514C (or 0xAB514C) is known color: Apple Blossom. HEX triplet: AB, 51 and 4C. RGB value is (171,81,76). Sum of RGB (Red+Green+Blue) = 171+81+76=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB514C is #54AEB3. Grayscale: #6B6B6B. Windows color (decimal): -5549748 or 5001643. OLE color: 5001643.

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

Color convert

RGB 171 81 76 -
CMYK 0 0.53 0.56 0.33
HSL 3.16º 0.38% 0.48% -
HSV(B) 3.16º 0.56% 0.67% -
XYZ 21.04 15.06 8.64 -
YUV 107.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 171 81 76 0 0.53 0.56 0.33 3.16 0.38 0.48
Hex AB 51 4C 0 35 38 21 3 26 30
Octal 253 121 114 0 65 70 41 3 46 60
Binary 10101011 1010001 1001100 0 110101 111000 100001 11 100110 110000

Color Harmonies of #AB514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB514C

Black with #AB514C

Text Example


Text Example

White with #AB514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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