Html Css Color HEX #AB504B Apple Blossom

📋 copy color: '#AB504B'

red 171 ◦ green 80 ◦ blue 75

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

Shades of Apple Blossom #AB504B

Tints of Apple Blossom #AB504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 52.45%
G = 24.54%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB504B (or 0xAB504B) is known color: Apple Blossom. HEX triplet: AB, 50 and 4B. RGB value is (171,80,75). Sum of RGB (Red+Green+Blue) = 171+80+75=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB504B is #54AFB4. Grayscale: #6A6A6A. Windows color (decimal): -5550005 or 4935851. OLE color: 4935851.

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

Color convert

RGB 171 80 75 -
CMYK 0 0.53 0.56 0.33
HSL 3.13º 0.39% 0.48% -
HSV(B) 3.13º 0.56% 0.67% -
XYZ 20.93 14.9 8.43 -
YUV 106.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 171 80 75 0 0.53 0.56 0.33 3.13 0.39 0.48
Hex AB 50 4B 0 35 38 21 3 27 30
Octal 253 120 113 0 65 70 41 3 47 60
Binary 10101011 1010000 1001011 0 110101 111000 100001 11 100111 110000

Color Harmonies of #AB504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB504B

Black with #AB504B

Text Example


Text Example

White with #AB504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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