Html Css Color HEX #AF859E Bouquet

📋 copy color: '#AF859E'

red 175 ◦ green 133 ◦ blue 158

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

Shades of Bouquet #AF859E

Tints of Bouquet #AF859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 37.55%
G = 28.54%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF859E (or 0xAF859E) is known color: Bouquet. HEX triplet: AF, 85 and 9E. RGB value is (175,133,158). Sum of RGB (Red+Green+Blue) = 175+133+158=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF859E is #507A61. Grayscale: #949494. Windows color (decimal): -5274210 or 10388911. OLE color: 10388911.

HSL color Cylindrical-coordinate representation of color #AF859E: hue angle of 324.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF859E is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 158 -
CMYK 0 0.24 0.10 0.31
HSL 324.29º 0.21% 0.6% -
HSV(B) 324.29º 0.24% 0.69% -
XYZ 32.24 28.36 36.12 -
YUV 148.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 175 133 158 0 0.24 0.10 0.31 324.29 0.21 0.6
Hex AF 85 9E 0 18 A 1F 144 15 3C
Octal 257 205 236 0 30 12 37 504 25 74
Binary 10101111 10000101 10011110 0 11000 1010 11111 101000100 10101 111100

Color Harmonies of #AF859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF859E

Black with #AF859E

Text Example


Text Example

White with #AF859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF859E; }

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

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

background-color css

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

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

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

border-color css

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

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

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