Html Css Color HEX #AF5752 Apple Blossom

📋 copy color: '#AF5752'

red 175 ◦ green 87 ◦ blue 82

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

Shades of Apple Blossom #AF5752

Tints of Apple Blossom #AF5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 50.87%
G = 25.29%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF5752 (or 0xAF5752) is known color: Apple Blossom. HEX triplet: AF, 57 and 52. RGB value is (175,87,82). Sum of RGB (Red+Green+Blue) = 175+87+82=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5752 is #50A8AD. Grayscale: #707070. Windows color (decimal): -5286062 or 5396399. OLE color: 5396399.

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

Color convert

RGB 175 87 82 -
CMYK 0 0.50 0.53 0.31
HSL 3.23º 0.37% 0.5% -
HSV(B) 3.23º 0.53% 0.69% -
XYZ 22.61 16.54 9.98 -
YUV 112.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 175 87 82 0 0.50 0.53 0.31 3.23 0.37 0.5
Hex AF 57 52 0 32 35 1F 3 25 32
Octal 257 127 122 0 62 65 37 3 45 62
Binary 10101111 1010111 1010010 0 110010 110101 11111 11 100101 110010

Color Harmonies of #AF5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5752

Black with #AF5752

Text Example


Text Example

White with #AF5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5752; }

 p { color: rgb(175,87,82); }

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

background-color css

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

 a { background-color: rgb(175,87,82); }

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

border-color css

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

 span { border-color: rgb(175,87,82); }

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