Html Css Color HEX #AF8599 Bouquet

📋 copy color: '#AF8599'

red 175 ◦ green 133 ◦ blue 153

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

Shades of Bouquet #AF8599

Tints of Bouquet #AF8599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 37.96%
G = 28.85%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8599 (or 0xAF8599) is known color: Bouquet. HEX triplet: AF, 85 and 99. RGB value is (175,133,153). Sum of RGB (Red+Green+Blue) = 175+133+153=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8599 is #507A66. Grayscale: #939393. Windows color (decimal): -5274215 or 10061231. OLE color: 10061231.

HSL color Cylindrical-coordinate representation of color #AF8599: hue angle of 331.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8599 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 153 -
CMYK 0 0.24 0.13 0.31
HSL 331.43º 0.21% 0.6% -
HSV(B) 331.43º 0.24% 0.69% -
XYZ 31.82 28.19 33.9 -
YUV 147.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 175 133 153 0 0.24 0.13 0.31 331.43 0.21 0.6
Hex AF 85 99 0 18 D 1F 14B 15 3C
Octal 257 205 231 0 30 15 37 513 25 74
Binary 10101111 10000101 10011001 0 11000 1101 11111 101001011 10101 111100

Color Harmonies of #AF8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8599

Black with #AF8599

Text Example


Text Example

White with #AF8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8599; }

 p { color: rgb(175,133,153); }

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

background-color css

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

 a { background-color: rgb(175,133,153); }

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

border-color css

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

 span { border-color: rgb(175,133,153); }

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