Html Css Color HEX #AF8697 Bouquet

📋 copy color: '#AF8697'

red 175 ◦ green 134 ◦ blue 151

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

Shades of Bouquet #AF8697

Tints of Bouquet #AF8697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 38.04%
G = 29.13%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8697 (or 0xAF8697) is known color: Bouquet. HEX triplet: AF, 86 and 97. RGB value is (175,134,151). Sum of RGB (Red+Green+Blue) = 175+134+151=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8697 is #507968. Grayscale: #949494. Windows color (decimal): -5273961 or 9930415. OLE color: 9930415.

HSL color Cylindrical-coordinate representation of color #AF8697: hue angle of 335.12º 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 #AF8697 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 151 -
CMYK 0 0.23 0.14 0.31
HSL 335.12º 0.2% 0.61% -
HSV(B) 335.12º 0.23% 0.69% -
XYZ 31.79 28.4 33.08 -
YUV 148.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 175 134 151 0 0.23 0.14 0.31 335.12 0.2 0.61
Hex AF 86 97 0 17 E 1F 14F 14 3D
Octal 257 206 227 0 27 16 37 517 24 75
Binary 10101111 10000110 10010111 0 10111 1110 11111 101001111 10100 111101

Color Harmonies of #AF8697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8697

Black with #AF8697

Text Example


Text Example

White with #AF8697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8697; }

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

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

background-color css

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

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

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

border-color css

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

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

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