Html Css Color HEX #AB5046 Apple Blossom

📋 copy color: '#AB5046'

red 171 ◦ green 80 ◦ blue 70

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

Shades of Apple Blossom #AB5046

Tints of Apple Blossom #AB5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 53.27%
G = 24.92%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB5046 (or 0xAB5046) is known color: Apple Blossom. HEX triplet: AB, 50 and 46. RGB value is (171,80,70). Sum of RGB (Red+Green+Blue) = 171+80+70=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5046 is #54AFB9. Grayscale: #6A6A6A. Windows color (decimal): -5550010 or 4608171. OLE color: 4608171.

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

Color convert

RGB 171 80 70 -
CMYK 0 0.53 0.59 0.33
HSL 5.94º 0.42% 0.47% -
HSV(B) 5.94º 0.59% 0.67% -
XYZ 20.77 14.84 7.56 -
YUV 106.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 171 80 70 0 0.53 0.59 0.33 5.94 0.42 0.47
Hex AB 50 46 0 35 3B 21 6 2A 2F
Octal 253 120 106 0 65 73 41 6 52 57
Binary 10101011 1010000 1000110 0 110101 111011 100001 110 101010 101111

Color Harmonies of #AB5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5046

Black with #AB5046

Text Example


Text Example

White with #AB5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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