Html Css Color HEX #AF8699 Bouquet

📋 copy color: '#AF8699'

red 175 ◦ green 134 ◦ blue 153

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

Shades of Bouquet #AF8699

Tints of Bouquet #AF8699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

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

R = 37.88%
G = 29%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8699 (or 0xAF8699) is known color: Bouquet. HEX triplet: AF, 86 and 99. RGB value is (175,134,153). Sum of RGB (Red+Green+Blue) = 175+134+153=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8699 is #507966. Grayscale: #949494. Windows color (decimal): -5273959 or 10061487. OLE color: 10061487.

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

Color convert

RGB 175 134 153 -
CMYK 0 0.23 0.13 0.31
HSL 332.2º 0.2% 0.61% -
HSV(B) 332.2º 0.23% 0.69% -
XYZ 31.95 28.46 33.95 -
YUV 148.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 175 134 153 0 0.23 0.13 0.31 332.2 0.2 0.61
Hex AF 86 99 0 17 D 1F 14C 14 3D
Octal 257 206 231 0 27 15 37 514 24 75
Binary 10101111 10000110 10011001 0 10111 1101 11111 101001100 10100 111101

Color Harmonies of #AF8699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8699

Black with #AF8699

Text Example


Text Example

White with #AF8699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8699; }

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

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

background-color css

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

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

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

border-color css

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

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

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