Html Css Color HEX #AB503F Apple Blossom

📋 copy color: '#AB503F'

red 171 ◦ green 80 ◦ blue 63

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

Shades of Apple Blossom #AB503F

Tints of Apple Blossom #AB503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.06%

R = 54.46%
G = 25.48%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB503F (or 0xAB503F) is known color: Apple Blossom. HEX triplet: AB, 50 and 3F. RGB value is (171,80,63). Sum of RGB (Red+Green+Blue) = 171+80+63=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB503F is #54AFC0. Grayscale: #696969. Windows color (decimal): -5550017 or 4149419. OLE color: 4149419.

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

Color convert

RGB 171 80 63 -
CMYK 0 0.53 0.63 0.33
HSL 9.44º 0.46% 0.46% -
HSV(B) 9.44º 0.63% 0.67% -
XYZ 20.56 14.75 6.47 -
YUV 105.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 171 80 63 0 0.53 0.63 0.33 9.44 0.46 0.46
Hex AB 50 3F 0 35 3F 21 9 2E 2E
Octal 253 120 77 0 65 77 41 11 56 56
Binary 10101011 1010000 111111 0 110101 111111 100001 1001 101110 101110

Color Harmonies of #AB503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB503F

Black with #AB503F

Text Example


Text Example

White with #AB503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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