Html Css Color HEX #AB544F Apple Blossom

📋 copy color: '#AB544F'

red 171 ◦ green 84 ◦ blue 79

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

Shades of Apple Blossom #AB544F

Tints of Apple Blossom #AB544F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 51.2%
G = 25.15%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB544F (or 0xAB544F) is known color: Apple Blossom. HEX triplet: AB, 54 and 4F. RGB value is (171,84,79). Sum of RGB (Red+Green+Blue) = 171+84+79=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB544F is #54ABB0. Grayscale: #6D6D6D. Windows color (decimal): -5548977 or 5199019. OLE color: 5199019.

HSL color Cylindrical-coordinate representation of color #AB544F: hue angle of 3.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB544F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 79 -
CMYK 0 0.51 0.54 0.33
HSL 3.26º 0.37% 0.49% -
HSV(B) 3.26º 0.54% 0.67% -
XYZ 21.38 15.56 9.27 -
YUV 109.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 171 84 79 0 0.51 0.54 0.33 3.26 0.37 0.49
Hex AB 54 4F 0 33 36 21 3 25 31
Octal 253 124 117 0 63 66 41 3 45 61
Binary 10101011 1010100 1001111 0 110011 110110 100001 11 100101 110001

Color Harmonies of #AB544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB544F

Black with #AB544F

Text Example


Text Example

White with #AB544F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB544F; }

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

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

background-color css

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

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

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

border-color css

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

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

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