Html Css Color HEX #AF504F Apple Blossom

📋 copy color: '#AF504F'

red 175 ◦ green 80 ◦ blue 79

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

Shades of Apple Blossom #AF504F

Tints of Apple Blossom #AF504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 52.4%
G = 23.95%
B = 23.65%

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

#AF504F (or 0xAF504F) is known color: Apple Blossom. HEX triplet: AF, 50 and 4F. RGB value is (175,80,79). Sum of RGB (Red+Green+Blue) = 175+80+79=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF504F is #50AFB0. Grayscale: #6C6C6C. Windows color (decimal): -5287857 or 5197999. OLE color: 5197999.

HSL color Cylindrical-coordinate representation of color #AF504F: hue angle of 0.62º 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 #AF504F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 79 -
CMYK 0 0.54 0.55 0.31
HSL 0.63º 0.38% 0.5% -
HSV(B) 0.63º 0.55% 0.69% -
XYZ 21.96 15.42 9.22 -
YUV 108.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 175 80 79 0 0.54 0.55 0.31 0.63 0.38 0.5
Hex AF 50 4F 0 36 37 1F 1 26 32
Octal 257 120 117 0 66 67 37 1 46 62
Binary 10101111 1010000 1001111 0 110110 110111 11111 1 100110 110010

Color Harmonies of #AF504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF504F

Black with #AF504F

Text Example


Text Example

White with #AF504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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