Html Css Color HEX #AF869D Bouquet

📋 copy color: '#AF869D'

red 175 ◦ green 134 ◦ blue 157

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

Shades of Bouquet #AF869D

Tints of Bouquet #AF869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 37.55%
G = 28.76%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF869D (or 0xAF869D) is known color: Bouquet. HEX triplet: AF, 86 and 9D. RGB value is (175,134,157). Sum of RGB (Red+Green+Blue) = 175+134+157=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869D is #507962. Grayscale: #949494. Windows color (decimal): -5273955 or 10323631. OLE color: 10323631.

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

Color convert

RGB 175 134 157 -
CMYK 0 0.23 0.10 0.31
HSL 326.34º 0.2% 0.61% -
HSV(B) 326.34º 0.23% 0.69% -
XYZ 32.29 28.6 35.72 -
YUV 148.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 175 134 157 0 0.23 0.10 0.31 326.34 0.2 0.61
Hex AF 86 9D 0 17 A 1F 146 14 3D
Octal 257 206 235 0 27 12 37 506 24 75
Binary 10101111 10000110 10011101 0 10111 1010 11111 101000110 10100 111101

Color Harmonies of #AF869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF869D

Black with #AF869D

Text Example


Text Example

White with #AF869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF869D; }

 p { color: rgb(175,134,157); }

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

background-color css

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

 a { background-color: rgb(175,134,157); }

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

border-color css

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

 span { border-color: rgb(175,134,157); }

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