Html Css Color HEX #AF8B9E Bouquet

📋 copy color: '#AF8B9E'

red 175 ◦ green 139 ◦ blue 158

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

Shades of Bouquet #AF8B9E

Tints of Bouquet #AF8B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

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

R = 37.08%
G = 29.45%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF8B9E (or 0xAF8B9E) is known color: Bouquet. HEX triplet: AF, 8B and 9E. RGB value is (175,139,158). Sum of RGB (Red+Green+Blue) = 175+139+158=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B9E is #507461. Grayscale: #979797. Windows color (decimal): -5272674 or 10390447. OLE color: 10390447.

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

Color convert

RGB 175 139 158 -
CMYK 0 0.21 0.10 0.31
HSL 328.33º 0.18% 0.62% -
HSV(B) 328.33º 0.21% 0.69% -
XYZ 33.08 30.05 36.4 -
YUV 151.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 175 139 158 0 0.21 0.10 0.31 328.33 0.18 0.62
Hex AF 8B 9E 0 15 A 1F 148 12 3E
Octal 257 213 236 0 25 12 37 510 22 76
Binary 10101111 10001011 10011110 0 10101 1010 11111 101001000 10010 111110

Color Harmonies of #AF8B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B9E

Black with #AF8B9E

Text Example


Text Example

White with #AF8B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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