Html Css Color HEX #AF5040 Apple Blossom

📋 copy color: '#AF5040'

red 175 ◦ green 80 ◦ blue 64

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

Shades of Apple Blossom #AF5040

Tints of Apple Blossom #AF5040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 54.86%
G = 25.08%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5040 (or 0xAF5040) is known color: Apple Blossom. HEX triplet: AF, 50 and 40. RGB value is (175,80,64). Sum of RGB (Red+Green+Blue) = 175+80+64=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5040 is #50AFBF. Grayscale: #6A6A6A. Windows color (decimal): -5287872 or 4214959. OLE color: 4214959.

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

Color convert

RGB 175 80 64 -
CMYK 0 0.54 0.63 0.31
HSL 8.65º 0.46% 0.47% -
HSV(B) 8.65º 0.63% 0.69% -
XYZ 21.47 15.22 6.66 -
YUV 106.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 175 80 64 0 0.54 0.63 0.31 8.65 0.46 0.47
Hex AF 50 40 0 36 3F 1F 9 2E 2F
Octal 257 120 100 0 66 77 37 11 56 57
Binary 10101111 1010000 1000000 0 110110 111111 11111 1001 101110 101111

Color Harmonies of #AF5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5040

Black with #AF5040

Text Example


Text Example

White with #AF5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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