Html Css Color HEX #AF8398 Bouquet

📋 copy color: '#AF8398'

red 175 ◦ green 131 ◦ blue 152

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

Shades of Bouquet #AF8398

Tints of Bouquet #AF8398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 152 (59.77% from 255) = 33.19%

R = 38.21%
G = 28.6%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8398 (or 0xAF8398) is known color: Bouquet. HEX triplet: AF, 83 and 98. RGB value is (175,131,152). Sum of RGB (Red+Green+Blue) = 175+131+152=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8398 is #507C67. Grayscale: #929292. Windows color (decimal): -5274728 or 9995183. OLE color: 9995183.

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

Color convert

RGB 175 131 152 -
CMYK 0 0.25 0.13 0.31
HSL 331.36º 0.22% 0.6% -
HSV(B) 331.36º 0.25% 0.69% -
XYZ 31.46 27.61 33.38 -
YUV 146.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 175 131 152 0 0.25 0.13 0.31 331.36 0.22 0.6
Hex AF 83 98 0 19 D 1F 14B 16 3C
Octal 257 203 230 0 31 15 37 513 26 74
Binary 10101111 10000011 10011000 0 11001 1101 11111 101001011 10110 111100

Color Harmonies of #AF8398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8398

Black with #AF8398

Text Example


Text Example

White with #AF8398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8398; }

 p { color: rgb(175,131,152); }

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

background-color css

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

 a { background-color: rgb(175,131,152); }

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

border-color css

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

 span { border-color: rgb(175,131,152); }

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