Html Css Color HEX #AB544C Apple Blossom

📋 copy color: '#AB544C'

red 171 ◦ green 84 ◦ blue 76

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

Shades of Apple Blossom #AB544C

Tints of Apple Blossom #AB544C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 51.66%
G = 25.38%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB544C (or 0xAB544C) is known color: Apple Blossom. HEX triplet: AB, 54 and 4C. RGB value is (171,84,76). Sum of RGB (Red+Green+Blue) = 171+84+76=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB544C is #54ABB3. Grayscale: #6D6D6D. Windows color (decimal): -5548980 or 5002411. OLE color: 5002411.

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

Color convert

RGB 171 84 76 -
CMYK 0 0.51 0.56 0.33
HSL 5.05º 0.38% 0.48% -
HSV(B) 5.05º 0.56% 0.67% -
XYZ 21.27 15.52 8.71 -
YUV 109.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 171 84 76 0 0.51 0.56 0.33 5.05 0.38 0.48
Hex AB 54 4C 0 33 38 21 5 26 30
Octal 253 124 114 0 63 70 41 5 46 60
Binary 10101011 1010100 1001100 0 110011 111000 100001 101 100110 110000

Color Harmonies of #AB544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB544C

Black with #AB544C

Text Example


Text Example

White with #AB544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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