Html Css Color HEX #AF8395 Bouquet

📋 copy color: '#AF8395'

red 175 ◦ green 131 ◦ blue 149

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

Shades of Bouquet #AF8395

Tints of Bouquet #AF8395

RGB

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

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

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

R = 38.46%
G = 28.79%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF8395 (or 0xAF8395) is known color: Bouquet. HEX triplet: AF, 83 and 95. RGB value is (175,131,149). Sum of RGB (Red+Green+Blue) = 175+131+149=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8395 is #507C6A. Grayscale: #929292. Windows color (decimal): -5274731 or 9798575. OLE color: 9798575.

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

Color convert

RGB 175 131 149 -
CMYK 0 0.25 0.15 0.31
HSL 335.45º 0.22% 0.6% -
HSV(B) 335.45º 0.25% 0.69% -
XYZ 31.22 27.52 32.1 -
YUV 146.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 175 131 149 0 0.25 0.15 0.31 335.45 0.22 0.6
Hex AF 83 95 0 19 F 1F 14F 16 3C
Octal 257 203 225 0 31 17 37 517 26 74
Binary 10101111 10000011 10010101 0 11001 1111 11111 101001111 10110 111100

Color Harmonies of #AF8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8395

Black with #AF8395

Text Example


Text Example

White with #AF8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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