Html Css Color HEX #AB5144 Apple Blossom

📋 copy color: '#AB5144'

red 171 ◦ green 81 ◦ blue 68

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

Shades of Apple Blossom #AB5144

Tints of Apple Blossom #AB5144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 53.44%
G = 25.31%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB5144 (or 0xAB5144) is known color: Apple Blossom. HEX triplet: AB, 51 and 44. RGB value is (171,81,68). Sum of RGB (Red+Green+Blue) = 171+81+68=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5144 is #54AEBB. Grayscale: #6A6A6A. Windows color (decimal): -5549756 or 4477355. OLE color: 4477355.

HSL color Cylindrical-coordinate representation of color #AB5144: hue angle of 7.57º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5144 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 68 -
CMYK 0 0.53 0.60 0.33
HSL 7.57º 0.43% 0.47% -
HSV(B) 7.57º 0.6% 0.67% -
XYZ 20.78 14.96 7.26 -
YUV 106.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 171 81 68 0 0.53 0.60 0.33 7.57 0.43 0.47
Hex AB 51 44 0 35 3C 21 8 2B 2F
Octal 253 121 104 0 65 74 41 10 53 57
Binary 10101011 1010001 1000100 0 110101 111100 100001 1000 101011 101111

Color Harmonies of #AB5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5144

Black with #AB5144

Text Example


Text Example

White with #AB5144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5144; }

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

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

background-color css

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

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

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

border-color css

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

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

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