Html Css Color HEX #AF8999 Bouquet

📋 copy color: '#AF8999'

red 175 ◦ green 137 ◦ blue 153

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

Shades of Bouquet #AF8999

Tints of Bouquet #AF8999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 37.63%
G = 29.46%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8999 (or 0xAF8999) is known color: Bouquet. HEX triplet: AF, 89 and 99. RGB value is (175,137,153). Sum of RGB (Red+Green+Blue) = 175+137+153=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8999 is #507666. Grayscale: #969696. Windows color (decimal): -5273191 or 10062255. OLE color: 10062255.

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

Color convert

RGB 175 137 153 -
CMYK 0 0.22 0.13 0.31
HSL 334.74º 0.19% 0.61% -
HSV(B) 334.74º 0.22% 0.69% -
XYZ 32.37 29.31 34.09 -
YUV 150.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 175 137 153 0 0.22 0.13 0.31 334.74 0.19 0.61
Hex AF 89 99 0 16 D 1F 14F 13 3D
Octal 257 211 231 0 26 15 37 517 23 75
Binary 10101111 10001001 10011001 0 10110 1101 11111 101001111 10011 111101

Color Harmonies of #AF8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8999

Black with #AF8999

Text Example


Text Example

White with #AF8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8999; }

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

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

background-color css

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

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

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

border-color css

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

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

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