Html Css Color HEX #AF869E Bouquet

📋 copy color: '#AF869E'

red 175 ◦ green 134 ◦ blue 158

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

Shades of Bouquet #AF869E

Tints of Bouquet #AF869E

RGB

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

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

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

R = 37.47%
G = 28.69%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF869E (or 0xAF869E) is known color: Bouquet. HEX triplet: AF, 86 and 9E. RGB value is (175,134,158). Sum of RGB (Red+Green+Blue) = 175+134+158=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869E is #507961. Grayscale: #949494. Windows color (decimal): -5273954 or 10389167. OLE color: 10389167.

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

Color convert

RGB 175 134 158 -
CMYK 0 0.23 0.10 0.31
HSL 324.88º 0.2% 0.61% -
HSV(B) 324.88º 0.23% 0.69% -
XYZ 32.38 28.63 36.17 -
YUV 149 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 175 134 158 0 0.23 0.10 0.31 324.88 0.2 0.61
Hex AF 86 9E 0 17 A 1F 145 14 3D
Octal 257 206 236 0 27 12 37 505 24 75
Binary 10101111 10000110 10011110 0 10111 1010 11111 101000101 10100 111101

Color Harmonies of #AF869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF869E

Black with #AF869E

Text Example


Text Example

White with #AF869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF869E; }

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

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

background-color css

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

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

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

border-color css

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

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

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