Html Css Color HEX #AB504A Apple Blossom

📋 copy color: '#AB504A'

red 171 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #AB504A

Tints of Apple Blossom #AB504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 52.62%
G = 24.62%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB504A (or 0xAB504A) is known color: Apple Blossom. HEX triplet: AB, 50 and 4A. RGB value is (171,80,74). Sum of RGB (Red+Green+Blue) = 171+80+74=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB504A is #54AFB5. Grayscale: #6A6A6A. Windows color (decimal): -5550006 or 4870315. OLE color: 4870315.

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

Color convert

RGB 171 80 74 -
CMYK 0 0.53 0.57 0.33
HSL 3.71º 0.4% 0.48% -
HSV(B) 3.71º 0.57% 0.67% -
XYZ 20.9 14.89 8.25 -
YUV 106.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 171 80 74 0 0.53 0.57 0.33 3.71 0.4 0.48
Hex AB 50 4A 0 35 39 21 4 28 30
Octal 253 120 112 0 65 71 41 4 50 60
Binary 10101011 1010000 1001010 0 110101 111001 100001 100 101000 110000

Color Harmonies of #AB504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB504A

Black with #AB504A

Text Example


Text Example

White with #AB504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB504A; }

 p { color: rgb(171,80,74); }

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

background-color css

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

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

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

border-color css

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

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

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