Html Css Color HEX #AF7696 Bouquet

📋 copy color: '#AF7696'

red 175 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #AF7696

Tints of Bouquet #AF7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

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

R = 39.5%
G = 26.64%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7696 (or 0xAF7696) is known color: Bouquet. HEX triplet: AF, 76 and 96. RGB value is (175,118,150). Sum of RGB (Red+Green+Blue) = 175+118+150=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7696 is #508969. Grayscale: #8A8A8A. Windows color (decimal): -5278058 or 9860783. OLE color: 9860783.

HSL color Cylindrical-coordinate representation of color #AF7696: hue angle of 326.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7696 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 150 -
CMYK 0 0.33 0.14 0.31
HSL 326.32º 0.26% 0.57% -
HSV(B) 326.32º 0.33% 0.69% -
XYZ 29.66 24.27 31.98 -
YUV 138.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 175 118 150 0 0.33 0.14 0.31 326.32 0.26 0.57
Hex AF 76 96 0 21 E 1F 146 1A 39
Octal 257 166 226 0 41 16 37 506 32 71
Binary 10101111 1110110 10010110 0 100001 1110 11111 101000110 11010 111001

Color Harmonies of #AF7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7696

Black with #AF7696

Text Example


Text Example

White with #AF7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7696; }

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

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

background-color css

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

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

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

border-color css

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

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

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