Html Css Color HEX #AF8397 Bouquet

📋 copy color: '#AF8397'

red 175 ◦ green 131 ◦ blue 151

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

Shades of Bouquet #AF8397

Tints of Bouquet #AF8397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 38.29%
G = 28.67%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8397 (or 0xAF8397) is known color: Bouquet. HEX triplet: AF, 83 and 97. RGB value is (175,131,151). Sum of RGB (Red+Green+Blue) = 175+131+151=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8397 is #507C68. Grayscale: #929292. Windows color (decimal): -5274729 or 9929647. OLE color: 9929647.

HSL color Cylindrical-coordinate representation of color #AF8397: hue angle of 332.73º degrees, saturation: 0.22, 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 #AF8397 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 151 -
CMYK 0 0.25 0.14 0.31
HSL 332.73º 0.22% 0.6% -
HSV(B) 332.73º 0.25% 0.69% -
XYZ 31.38 27.58 32.95 -
YUV 146.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 175 131 151 0 0.25 0.14 0.31 332.73 0.22 0.6
Hex AF 83 97 0 19 E 1F 14D 16 3C
Octal 257 203 227 0 31 16 37 515 26 74
Binary 10101111 10000011 10010111 0 11001 1110 11111 101001101 10110 111100

Color Harmonies of #AF8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8397

Black with #AF8397

Text Example


Text Example

White with #AF8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8397; }

 p { color: rgb(175,131,151); }

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

background-color css

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

 a { background-color: rgb(175,131,151); }

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

border-color css

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

 span { border-color: rgb(175,131,151); }

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