Html Css Color HEX #AF8096 Bouquet

📋 copy color: '#AF8096'

red 175 ◦ green 128 ◦ blue 150

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

Shades of Bouquet #AF8096

Tints of Bouquet #AF8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 38.63%
G = 28.26%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8096 (or 0xAF8096) is known color: Bouquet. HEX triplet: AF, 80 and 96. RGB value is (175,128,150). Sum of RGB (Red+Green+Blue) = 175+128+150=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8096 is #507F69. Grayscale: #909090. Windows color (decimal): -5275498 or 9863343. OLE color: 9863343.

HSL color Cylindrical-coordinate representation of color #AF8096: hue angle of 331.91º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8096 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 150 -
CMYK 0 0.27 0.14 0.31
HSL 331.91º 0.23% 0.59% -
HSV(B) 331.91º 0.27% 0.69% -
XYZ 30.9 26.75 32.39 -
YUV 144.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 175 128 150 0 0.27 0.14 0.31 331.91 0.23 0.59
Hex AF 80 96 0 1B E 1F 14C 17 3B
Octal 257 200 226 0 33 16 37 514 27 73
Binary 10101111 10000000 10010110 0 11011 1110 11111 101001100 10111 111011

Color Harmonies of #AF8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8096

Black with #AF8096

Text Example


Text Example

White with #AF8096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8096; }

 p { color: rgb(175,128,150); }

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

background-color css

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

 a { background-color: rgb(175,128,150); }

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

border-color css

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

 span { border-color: rgb(175,128,150); }

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