Html Css Color HEX #AF8797 Bouquet

📋 copy color: '#AF8797'

red 175 ◦ green 135 ◦ blue 151

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

Shades of Bouquet #AF8797

Tints of Bouquet #AF8797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

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

R = 37.96%
G = 29.28%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8797 (or 0xAF8797) is known color: Bouquet. HEX triplet: AF, 87 and 97. RGB value is (175,135,151). Sum of RGB (Red+Green+Blue) = 175+135+151=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8797 is #507868. Grayscale: #949494. Windows color (decimal): -5273705 or 9930671. OLE color: 9930671.

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

Color convert

RGB 175 135 151 -
CMYK 0 0.23 0.14 0.31
HSL 336º 0.2% 0.61% -
HSV(B) 336º 0.23% 0.69% -
XYZ 31.93 28.68 33.13 -
YUV 148.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 175 135 151 0 0.23 0.14 0.31 336 0.2 0.61
Hex AF 87 97 0 17 E 1F 150 14 3D
Octal 257 207 227 0 27 16 37 520 24 75
Binary 10101111 10000111 10010111 0 10111 1110 11111 101010000 10100 111101

Color Harmonies of #AF8797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8797

Black with #AF8797

Text Example


Text Example

White with #AF8797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8797; }

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

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

background-color css

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

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

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

border-color css

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

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

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