Html Css Color HEX #AB5353 Apple Blossom

📋 copy color: '#AB5353'

red 171 ◦ green 83 ◦ blue 83

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

Shades of Apple Blossom #AB5353

Tints of Apple Blossom #AB5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 50.74%
G = 24.63%
B = 24.63%

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

#AB5353 (or 0xAB5353) is known color: Apple Blossom. HEX triplet: AB, 53 and 53. RGB value is (171,83,83). Sum of RGB (Red+Green+Blue) = 171+83+83=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5353 is #54ACAC. Grayscale: #6D6D6D. Windows color (decimal): -5549229 or 5460907. OLE color: 5460907.

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

Color convert

RGB 171 83 83 -
CMYK 0 0.51 0.51 0.33
HSL 0.35% 0.5% -
HSV(B) 0.51% 0.67% -
XYZ 21.45 15.47 10.04 -
YUV 109.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 171 83 83 0 0.51 0.51 0.33 0 0.35 0.5
Hex AB 53 53 0 33 33 21 0 23 32
Octal 253 123 123 0 63 63 41 0 43 62
Binary 10101011 1010011 1010011 0 110011 110011 100001 0 100011 110010

Color Harmonies of #AB5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5353

Black with #AB5353

Text Example


Text Example

White with #AB5353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5353; }

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

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

background-color css

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

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

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

border-color css

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

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

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