Html Css Color HEX #AB5446 Apple Blossom

📋 copy color: '#AB5446'

red 171 ◦ green 84 ◦ blue 70

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

Shades of Apple Blossom #AB5446

Tints of Apple Blossom #AB5446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 52.62%
G = 25.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB5446 (or 0xAB5446) is known color: Apple Blossom. HEX triplet: AB, 54 and 46. RGB value is (171,84,70). Sum of RGB (Red+Green+Blue) = 171+84+70=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5446 is #54ABB9. Grayscale: #6C6C6C. Windows color (decimal): -5548986 or 4609195. OLE color: 4609195.

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

Color convert

RGB 171 84 70 -
CMYK 0 0.51 0.59 0.33
HSL 8.32º 0.42% 0.47% -
HSV(B) 8.32º 0.59% 0.67% -
XYZ 21.07 15.44 7.66 -
YUV 108.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 171 84 70 0 0.51 0.59 0.33 8.32 0.42 0.47
Hex AB 54 46 0 33 3B 21 8 2A 2F
Octal 253 124 106 0 63 73 41 10 52 57
Binary 10101011 1010100 1000110 0 110011 111011 100001 1000 101010 101111

Color Harmonies of #AB5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5446

Black with #AB5446

Text Example


Text Example

White with #AB5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5446; }

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

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

background-color css

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

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

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

border-color css

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

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

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