Html Css Color HEX #AF8598 Bouquet

📋 copy color: '#AF8598'

red 175 ◦ green 133 ◦ blue 152

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

Shades of Bouquet #AF8598

Tints of Bouquet #AF8598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 38.04%
G = 28.91%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8598 (or 0xAF8598) is known color: Bouquet. HEX triplet: AF, 85 and 98. RGB value is (175,133,152). Sum of RGB (Red+Green+Blue) = 175+133+152=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8598 is #507A67. Grayscale: #939393. Windows color (decimal): -5274216 or 9995695. OLE color: 9995695.

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

Color convert

RGB 175 133 152 -
CMYK 0 0.24 0.13 0.31
HSL 332.86º 0.21% 0.6% -
HSV(B) 332.86º 0.24% 0.69% -
XYZ 31.73 28.16 33.47 -
YUV 147.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 175 133 152 0 0.24 0.13 0.31 332.86 0.21 0.6
Hex AF 85 98 0 18 D 1F 14D 15 3C
Octal 257 205 230 0 30 15 37 515 25 74
Binary 10101111 10000101 10011000 0 11000 1101 11111 101001101 10101 111100

Color Harmonies of #AF8598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8598

Black with #AF8598

Text Example


Text Example

White with #AF8598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8598; }

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

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

background-color css

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

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

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

border-color css

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

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

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