Html Css Color HEX #AF8897 Bouquet

📋 copy color: '#AF8897'

red 175 ◦ green 136 ◦ blue 151

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

Shades of Bouquet #AF8897

Tints of Bouquet #AF8897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

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

R = 37.88%
G = 29.44%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8897 (or 0xAF8897) is known color: Bouquet. HEX triplet: AF, 88 and 97. RGB value is (175,136,151). Sum of RGB (Red+Green+Blue) = 175+136+151=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8897 is #507768. Grayscale: #959595. Windows color (decimal): -5273449 or 9930927. OLE color: 9930927.

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

Color convert

RGB 175 136 151 -
CMYK 0 0.22 0.14 0.31
HSL 336.92º 0.2% 0.61% -
HSV(B) 336.92º 0.22% 0.69% -
XYZ 32.07 28.96 33.18 -
YUV 149.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 175 136 151 0 0.22 0.14 0.31 336.92 0.2 0.61
Hex AF 88 97 0 16 E 1F 151 14 3D
Octal 257 210 227 0 26 16 37 521 24 75
Binary 10101111 10001000 10010111 0 10110 1110 11111 101010001 10100 111101

Color Harmonies of #AF8897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8897

Black with #AF8897

Text Example


Text Example

White with #AF8897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8897; }

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

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

background-color css

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

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

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

border-color css

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

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

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