Html Css Color HEX #AF899E Bouquet

📋 copy color: '#AF899E'

red 175 ◦ green 137 ◦ blue 158

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

Shades of Bouquet #AF899E

Tints of Bouquet #AF899E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 37.23%
G = 29.15%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF899E (or 0xAF899E) is known color: Bouquet. HEX triplet: AF, 89 and 9E. RGB value is (175,137,158). Sum of RGB (Red+Green+Blue) = 175+137+158=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF899E is #507661. Grayscale: #969696. Windows color (decimal): -5273186 or 10389935. OLE color: 10389935.

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

Color convert

RGB 175 137 158 -
CMYK 0 0.22 0.10 0.31
HSL 326.84º 0.19% 0.61% -
HSV(B) 326.84º 0.22% 0.69% -
XYZ 32.8 29.47 36.31 -
YUV 150.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 175 137 158 0 0.22 0.10 0.31 326.84 0.19 0.61
Hex AF 89 9E 0 16 A 1F 147 13 3D
Octal 257 211 236 0 26 12 37 507 23 75
Binary 10101111 10001001 10011110 0 10110 1010 11111 101000111 10011 111101

Color Harmonies of #AF899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF899E

Black with #AF899E

Text Example


Text Example

White with #AF899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF899E; }

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

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

background-color css

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

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

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

border-color css

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

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

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