Html Css Color HEX #AF889C Bouquet

📋 copy color: '#AF889C'

red 175 ◦ green 136 ◦ blue 156

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

Shades of Bouquet #AF889C

Tints of Bouquet #AF889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.4%

R = 37.47%
G = 29.12%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF889C (or 0xAF889C) is known color: Bouquet. HEX triplet: AF, 88 and 9C. RGB value is (175,136,156). Sum of RGB (Red+Green+Blue) = 175+136+156=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF889C is #507763. Grayscale: #959595. Windows color (decimal): -5273444 or 10258607. OLE color: 10258607.

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

Color convert

RGB 175 136 156 -
CMYK 0 0.22 0.11 0.31
HSL 329.23º 0.2% 0.61% -
HSV(B) 329.23º 0.22% 0.69% -
XYZ 32.48 29.12 35.36 -
YUV 149.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 175 136 156 0 0.22 0.11 0.31 329.23 0.2 0.61
Hex AF 88 9C 0 16 B 1F 149 14 3D
Octal 257 210 234 0 26 13 37 511 24 75
Binary 10101111 10001000 10011100 0 10110 1011 11111 101001001 10100 111101

Color Harmonies of #AF889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF889C

Black with #AF889C

Text Example


Text Example

White with #AF889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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