Html Css Color HEX #AF7795 Bouquet

📋 copy color: '#AF7795'

red 175 ◦ green 119 ◦ blue 149

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

Shades of Bouquet #AF7795

Tints of Bouquet #AF7795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.63%

R = 39.5%
G = 26.86%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7795 (or 0xAF7795) is known color: Bouquet. HEX triplet: AF, 77 and 95. RGB value is (175,119,149). Sum of RGB (Red+Green+Blue) = 175+119+149=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7795 is #50886A. Grayscale: #8B8B8B. Windows color (decimal): -5277803 or 9795503. OLE color: 9795503.

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

Color convert

RGB 175 119 149 -
CMYK 0 0.32 0.15 0.31
HSL 327.86º 0.26% 0.58% -
HSV(B) 327.86º 0.32% 0.69% -
XYZ 29.7 24.48 31.59 -
YUV 139.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 175 119 149 0 0.32 0.15 0.31 327.86 0.26 0.58
Hex AF 77 95 0 20 F 1F 148 1A 3A
Octal 257 167 225 0 40 17 37 510 32 72
Binary 10101111 1110111 10010101 0 100000 1111 11111 101001000 11010 111010

Color Harmonies of #AF7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7795

Black with #AF7795

Text Example


Text Example

White with #AF7795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7795; }

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

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

background-color css

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

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

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

border-color css

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

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

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