Html Css Color HEX #AF8297 Bouquet

📋 copy color: '#AF8297'

red 175 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #AF8297

Tints of Bouquet #AF8297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 38.38%
G = 28.51%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8297 (or 0xAF8297) is known color: Bouquet. HEX triplet: AF, 82 and 97. RGB value is (175,130,151). Sum of RGB (Red+Green+Blue) = 175+130+151=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8297 is #507D68. Grayscale: #919191. Windows color (decimal): -5274985 or 9929391. OLE color: 9929391.

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

Color convert

RGB 175 130 151 -
CMYK 0 0.26 0.14 0.31
HSL 332º 0.22% 0.6% -
HSV(B) 332º 0.26% 0.69% -
XYZ 31.25 27.31 32.9 -
YUV 145.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 175 130 151 0 0.26 0.14 0.31 332 0.22 0.6
Hex AF 82 97 0 1A E 1F 14C 16 3C
Octal 257 202 227 0 32 16 37 514 26 74
Binary 10101111 10000010 10010111 0 11010 1110 11111 101001100 10110 111100

Color Harmonies of #AF8297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8297

Black with #AF8297

Text Example


Text Example

White with #AF8297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8297; }

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

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

background-color css

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

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

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

border-color css

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

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

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