Html Css Color HEX #AF8396 Bouquet

📋 copy color: '#AF8396'

red 175 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #AF8396

Tints of Bouquet #AF8396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 38.38%
G = 28.73%
B = 32.89%

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

#AF8396 (or 0xAF8396) is known color: Bouquet. HEX triplet: AF, 83 and 96. RGB value is (175,131,150). Sum of RGB (Red+Green+Blue) = 175+131+150=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8396 is #507C69. Grayscale: #929292. Windows color (decimal): -5274730 or 9864111. OLE color: 9864111.

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

Color convert

RGB 175 131 150 -
CMYK 0 0.25 0.14 0.31
HSL 334.09º 0.22% 0.6% -
HSV(B) 334.09º 0.25% 0.69% -
XYZ 31.3 27.55 32.52 -
YUV 146.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 175 131 150 0 0.25 0.14 0.31 334.09 0.22 0.6
Hex AF 83 96 0 19 E 1F 14E 16 3C
Octal 257 203 226 0 31 16 37 516 26 74
Binary 10101111 10000011 10010110 0 11001 1110 11111 101001110 10110 111100

Color Harmonies of #AF8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8396

Black with #AF8396

Text Example


Text Example

White with #AF8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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