Html Css Color HEX #AF8C9E Bouquet

📋 copy color: '#AF8C9E'

red 175 ◦ green 140 ◦ blue 158

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

Shades of Bouquet #AF8C9E

Tints of Bouquet #AF8C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

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

R = 37%
G = 29.6%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF8C9E (or 0xAF8C9E) is known color: Bouquet. HEX triplet: AF, 8C and 9E. RGB value is (175,140,158). Sum of RGB (Red+Green+Blue) = 175+140+158=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C9E is #507361. Grayscale: #989898. Windows color (decimal): -5272418 or 10390703. OLE color: 10390703.

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

Color convert

RGB 175 140 158 -
CMYK 0 0.2 0.10 0.31
HSL 329.14º 0.18% 0.62% -
HSV(B) 329.14º 0.2% 0.69% -
XYZ 33.23 30.34 36.45 -
YUV 152.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 175 140 158 0 0.2 0.10 0.31 329.14 0.18 0.62
Hex AF 8C 9E 0 14 A 1F 149 12 3E
Octal 257 214 236 0 24 12 37 511 22 76
Binary 10101111 10001100 10011110 0 10100 1010 11111 101001001 10010 111110

Color Harmonies of #AF8C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C9E

Black with #AF8C9E

Text Example


Text Example

White with #AF8C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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