Html Css Color HEX #AF7796 Bouquet

📋 copy color: '#AF7796'

red 175 ◦ green 119 ◦ blue 150

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

Shades of Bouquet #AF7796

Tints of Bouquet #AF7796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

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

R = 39.41%
G = 26.8%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7796 (or 0xAF7796) is known color: Bouquet. HEX triplet: AF, 77 and 96. RGB value is (175,119,150). Sum of RGB (Red+Green+Blue) = 175+119+150=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7796 is #508869. Grayscale: #8B8B8B. Windows color (decimal): -5277802 or 9861039. OLE color: 9861039.

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

Color convert

RGB 175 119 150 -
CMYK 0 0.32 0.14 0.31
HSL 326.79º 0.26% 0.58% -
HSV(B) 326.79º 0.32% 0.69% -
XYZ 29.78 24.51 32.02 -
YUV 139.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 175 119 150 0 0.32 0.14 0.31 326.79 0.26 0.58
Hex AF 77 96 0 20 E 1F 147 1A 3A
Octal 257 167 226 0 40 16 37 507 32 72
Binary 10101111 1110111 10010110 0 100000 1110 11111 101000111 11010 111010

Color Harmonies of #AF7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7796

Black with #AF7796

Text Example


Text Example

White with #AF7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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