#AF8B9A

Color #AF8B9A Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF8B9A

Tints of Bouquet #AF8B9A

Color information

#AF8B9A (or 0xAF8B9A) is unknown color: approx Bouquet. HEX triplet: AF, 8B and 9A. RGB value is (175,139,154). Sum of RGB (Red+Green+Blue) = 175+139+154=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B9A is #507465. Grayscale: #979797. Windows color (decimal): -5272678 or 10128303. OLE color: 10128303.

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

Color convert

RGB175139154-
CMYK00.210.120.31
HSL335º18.37%61.57%-
HSV(B)335º20.57%68.63%-
XYZ32.7429.9134.62-
YUV151.47129.43144.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=37.39%
G=29.70%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513915400.210.120.3133518.3761.57
HexAF8B9A015C1F14f123e
Octal25721323202514375172276
Binary10101111100010111001101001010111001111110100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B9A; }

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

 H1.HeaderClassName
 {
   color: #AF8B9A;
 }
 .AnyTagClassName
 {
   color: #AF8B9A;
 }
</style>
background-color css

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

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

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

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

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

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