Html Css Color HEX #AF8594 Bouquet

📋 copy color: '#AF8594'

red 175 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #AF8594

Tints of Bouquet #AF8594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 38.38%
G = 29.17%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF8594 (or 0xAF8594) is known color: Bouquet. HEX triplet: AF, 85 and 94. RGB value is (175,133,148). Sum of RGB (Red+Green+Blue) = 175+133+148=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8594 is #507A6B. Grayscale: #939393. Windows color (decimal): -5274220 or 9733551. OLE color: 9733551.

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

Color convert

RGB 175 133 148 -
CMYK 0 0.24 0.15 0.31
HSL 338.57º 0.21% 0.6% -
HSV(B) 338.57º 0.24% 0.69% -
XYZ 31.41 28.03 31.77 -
YUV 147.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 175 133 148 0 0.24 0.15 0.31 338.57 0.21 0.6
Hex AF 85 94 0 18 F 1F 153 15 3C
Octal 257 205 224 0 30 17 37 523 25 74
Binary 10101111 10000101 10010100 0 11000 1111 11111 101010011 10101 111100

Color Harmonies of #AF8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8594

Black with #AF8594

Text Example


Text Example

White with #AF8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8594; }

 p { color: rgb(175,133,148); }

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

background-color css

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

 a { background-color: rgb(175,133,148); }

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

border-color css

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

 span { border-color: rgb(175,133,148); }

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