Html Css Color HEX #AF8499 Bouquet

📋 copy color: '#AF8499'

red 175 ◦ green 132 ◦ blue 153

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

Shades of Bouquet #AF8499

Tints of Bouquet #AF8499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 38.04%
G = 28.7%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8499 (or 0xAF8499) is known color: Bouquet. HEX triplet: AF, 84 and 99. RGB value is (175,132,153). Sum of RGB (Red+Green+Blue) = 175+132+153=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8499 is #507B66. Grayscale: #939393. Windows color (decimal): -5274471 or 10060975. OLE color: 10060975.

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

Color convert

RGB 175 132 153 -
CMYK 0 0.25 0.13 0.31
HSL 330.7º 0.21% 0.6% -
HSV(B) 330.7º 0.25% 0.69% -
XYZ 31.68 27.92 33.86 -
YUV 147.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 175 132 153 0 0.25 0.13 0.31 330.7 0.21 0.6
Hex AF 84 99 0 19 D 1F 14B 15 3C
Octal 257 204 231 0 31 15 37 513 25 74
Binary 10101111 10000100 10011001 0 11001 1101 11111 101001011 10101 111100

Color Harmonies of #AF8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8499

Black with #AF8499

Text Example


Text Example

White with #AF8499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8499; }

 p { color: rgb(175,132,153); }

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

background-color css

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

 a { background-color: rgb(175,132,153); }

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

border-color css

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

 span { border-color: rgb(175,132,153); }

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