Html Css Color HEX #AF504E Apple Blossom

📋 copy color: '#AF504E'

red 175 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #AF504E

Tints of Apple Blossom #AF504E

RGB

 RED value IS 175 (68.75% from 255) = 52.55%

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

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 52.55%
G = 24.02%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF504E (or 0xAF504E) is known color: Apple Blossom. HEX triplet: AF, 50 and 4E. RGB value is (175,80,78). Sum of RGB (Red+Green+Blue) = 175+80+78=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF504E is #50AFB1. Grayscale: #6C6C6C. Windows color (decimal): -5287858 or 5132463. OLE color: 5132463.

HSL color Cylindrical-coordinate representation of color #AF504E: hue angle of 1.24º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF504E is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 78 -
CMYK 0 0.54 0.55 0.31
HSL 1.24º 0.38% 0.5% -
HSV(B) 1.24º 0.55% 0.69% -
XYZ 21.92 15.4 9.03 -
YUV 108.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 175 80 78 0 0.54 0.55 0.31 1.24 0.38 0.5
Hex AF 50 4E 0 36 37 1F 1 26 32
Octal 257 120 116 0 66 67 37 1 46 62
Binary 10101111 1010000 1001110 0 110110 110111 11111 1 100110 110010

Color Harmonies of #AF504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF504E

Black with #AF504E

Text Example


Text Example

White with #AF504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF504E; }

 p { color: rgb(175,80,78); }

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

background-color css

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

 a { background-color: rgb(175,80,78); }

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

border-color css

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

 span { border-color: rgb(175,80,78); }

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