Html Css Color HEX #AF8A9E Bouquet

📋 copy color: '#AF8A9E'

red 175 ◦ green 138 ◦ blue 158

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

Shades of Bouquet #AF8A9E

Tints of Bouquet #AF8A9E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 37.15%
G = 29.3%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF8A9E (or 0xAF8A9E) is known color: Bouquet. HEX triplet: AF, 8A and 9E. RGB value is (175,138,158). Sum of RGB (Red+Green+Blue) = 175+138+158=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A9E is #507561. Grayscale: #979797. Windows color (decimal): -5272930 or 10390191. OLE color: 10390191.

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

Color convert

RGB 175 138 158 -
CMYK 0 0.21 0.10 0.31
HSL 327.57º 0.19% 0.61% -
HSV(B) 327.57º 0.21% 0.69% -
XYZ 32.94 29.76 36.36 -
YUV 151.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 175 138 158 0 0.21 0.10 0.31 327.57 0.19 0.61
Hex AF 8A 9E 0 15 A 1F 148 13 3D
Octal 257 212 236 0 25 12 37 510 23 75
Binary 10101111 10001010 10011110 0 10101 1010 11111 101001000 10011 111101

Color Harmonies of #AF8A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A9E

Black with #AF8A9E

Text Example


Text Example

White with #AF8A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A9E; }

 p { color: rgb(175,138,158); }

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

background-color css

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

 a { background-color: rgb(175,138,158); }

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

border-color css

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

 span { border-color: rgb(175,138,158); }

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