Html Css Color HEX #AF889D Bouquet

📋 copy color: '#AF889D'

red 175 ◦ green 136 ◦ blue 157

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

Shades of Bouquet #AF889D

Tints of Bouquet #AF889D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.55%

R = 37.39%
G = 29.06%
B = 33.55%

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

#AF889D (or 0xAF889D) is known color: Bouquet. HEX triplet: AF, 88 and 9D. RGB value is (175,136,157). Sum of RGB (Red+Green+Blue) = 175+136+157=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF889D is #507762. Grayscale: #969696. Windows color (decimal): -5273443 or 10324143. OLE color: 10324143.

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

Color convert

RGB 175 136 157 -
CMYK 0 0.22 0.10 0.31
HSL 327.69º 0.2% 0.61% -
HSV(B) 327.69º 0.22% 0.69% -
XYZ 32.57 29.16 35.81 -
YUV 150.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 175 136 157 0 0.22 0.10 0.31 327.69 0.2 0.61
Hex AF 88 9D 0 16 A 1F 148 14 3D
Octal 257 210 235 0 26 12 37 510 24 75
Binary 10101111 10001000 10011101 0 10110 1010 11111 101001000 10100 111101

Color Harmonies of #AF889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF889D

Black with #AF889D

Text Example


Text Example

White with #AF889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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