Html Css Color HEX #AB5044 Apple Blossom

📋 copy color: '#AB5044'

red 171 ◦ green 80 ◦ blue 68

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

Shades of Apple Blossom #AB5044

Tints of Apple Blossom #AB5044

RGB

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

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

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

R = 53.61%
G = 25.08%
B = 21.32%

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

#AB5044 (or 0xAB5044) is known color: Apple Blossom. HEX triplet: AB, 50 and 44. RGB value is (171,80,68). Sum of RGB (Red+Green+Blue) = 171+80+68=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5044 is #54AFBB. Grayscale: #696969. Windows color (decimal): -5550012 or 4477099. OLE color: 4477099.

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

Color convert

RGB 171 80 68 -
CMYK 0 0.53 0.60 0.33
HSL 6.99º 0.43% 0.47% -
HSV(B) 6.99º 0.6% 0.67% -
XYZ 20.71 14.81 7.24 -
YUV 105.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 171 80 68 0 0.53 0.60 0.33 6.99 0.43 0.47
Hex AB 50 44 0 35 3C 21 7 2B 2F
Octal 253 120 104 0 65 74 41 7 53 57
Binary 10101011 1010000 1000100 0 110101 111100 100001 111 101011 101111

Color Harmonies of #AB5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5044

Black with #AB5044

Text Example


Text Example

White with #AB5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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