Html Css Color HEX #AF8095 Bouquet

📋 copy color: '#AF8095'

red 175 ◦ green 128 ◦ blue 149

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

Shades of Bouquet #AF8095

Tints of Bouquet #AF8095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 38.72%
G = 28.32%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF8095 (or 0xAF8095) is known color: Bouquet. HEX triplet: AF, 80 and 95. RGB value is (175,128,149). Sum of RGB (Red+Green+Blue) = 175+128+149=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8095 is #507F6A. Grayscale: #909090. Windows color (decimal): -5275499 or 9797807. OLE color: 9797807.

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

Color convert

RGB 175 128 149 -
CMYK 0 0.27 0.15 0.31
HSL 333.19º 0.23% 0.59% -
HSV(B) 333.19º 0.27% 0.69% -
XYZ 30.82 26.72 31.97 -
YUV 144.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 175 128 149 0 0.27 0.15 0.31 333.19 0.23 0.59
Hex AF 80 95 0 1B F 1F 14D 17 3B
Octal 257 200 225 0 33 17 37 515 27 73
Binary 10101111 10000000 10010101 0 11011 1111 11111 101001101 10111 111011

Color Harmonies of #AF8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8095

Black with #AF8095

Text Example


Text Example

White with #AF8095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8095; }

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

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

background-color css

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

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

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

border-color css

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

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

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