Html Css Color HEX #AF8595 Bouquet

📋 copy color: '#AF8595'

red 175 ◦ green 133 ◦ blue 149

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

Shades of Bouquet #AF8595

Tints of Bouquet #AF8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 38.29%
G = 29.1%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF8595 (or 0xAF8595) is known color: Bouquet. HEX triplet: AF, 85 and 95. RGB value is (175,133,149). Sum of RGB (Red+Green+Blue) = 175+133+149=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8595 is #507A6A. Grayscale: #939393. Windows color (decimal): -5274219 or 9799087. OLE color: 9799087.

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

Color convert

RGB 175 133 149 -
CMYK 0 0.24 0.15 0.31
HSL 337.14º 0.21% 0.6% -
HSV(B) 337.14º 0.24% 0.69% -
XYZ 31.49 28.06 32.19 -
YUV 147.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 175 133 149 0 0.24 0.15 0.31 337.14 0.21 0.6
Hex AF 85 95 0 18 F 1F 151 15 3C
Octal 257 205 225 0 30 17 37 521 25 74
Binary 10101111 10000101 10010101 0 11000 1111 11111 101010001 10101 111100

Color Harmonies of #AF8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8595

Black with #AF8595

Text Example


Text Example

White with #AF8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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