Html Css Color HEX #AB5454 Apple Blossom

📋 copy color: '#AB5454'

red 171 ◦ green 84 ◦ blue 84

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

Shades of Apple Blossom #AB5454

Tints of Apple Blossom #AB5454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 50.44%
G = 24.78%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB5454 (or 0xAB5454) is known color: Apple Blossom. HEX triplet: AB, 54 and 54. RGB value is (171,84,84). Sum of RGB (Red+Green+Blue) = 171+84+84=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5454 is #54ABAB. Grayscale: #6E6E6E. Windows color (decimal): -5548972 or 5526699. OLE color: 5526699.

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

Color convert

RGB 171 84 84 -
CMYK 0 0.51 0.51 0.33
HSL 0.34% 0.5% -
HSV(B) 0.51% 0.67% -
XYZ 21.57 15.64 10.27 -
YUV 110.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 171 84 84 0 0.51 0.51 0.33 0 0.34 0.5
Hex AB 54 54 0 33 33 21 0 22 32
Octal 253 124 124 0 63 63 41 0 42 62
Binary 10101011 1010100 1010100 0 110011 110011 100001 0 100010 110010

Color Harmonies of #AB5454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5454

Black with #AB5454

Text Example


Text Example

White with #AB5454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5454; }

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

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

background-color css

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

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

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

border-color css

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

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

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