Html Css Color HEX #AF5046 Apple Blossom

📋 copy color: '#AF5046'

red 175 ◦ green 80 ◦ blue 70

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

Shades of Apple Blossom #AF5046

Tints of Apple Blossom #AF5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 53.85%
G = 24.62%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF5046 (or 0xAF5046) is known color: Apple Blossom. HEX triplet: AF, 50 and 46. RGB value is (175,80,70). Sum of RGB (Red+Green+Blue) = 175+80+70=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5046 is #50AFB9. Grayscale: #6B6B6B. Windows color (decimal): -5287866 or 4608175. OLE color: 4608175.

HSL color Cylindrical-coordinate representation of color #AF5046: hue angle of 5.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5046 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 70 -
CMYK 0 0.54 0.60 0.31
HSL 5.71º 0.43% 0.48% -
HSV(B) 5.71º 0.6% 0.69% -
XYZ 21.65 15.29 7.61 -
YUV 107.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 175 80 70 0 0.54 0.60 0.31 5.71 0.43 0.48
Hex AF 50 46 0 36 3C 1F 6 2B 30
Octal 257 120 106 0 66 74 37 6 53 60
Binary 10101111 1010000 1000110 0 110110 111100 11111 110 101011 110000

Color Harmonies of #AF5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5046

Black with #AF5046

Text Example


Text Example

White with #AF5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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