Html Css Color HEX #AF8093 Bouquet

📋 copy color: '#AF8093'

red 175 ◦ green 128 ◦ blue 147

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

Shades of Bouquet #AF8093

Tints of Bouquet #AF8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 38.89%
G = 28.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF8093 (or 0xAF8093) is known color: Bouquet. HEX triplet: AF, 80 and 93. RGB value is (175,128,147). Sum of RGB (Red+Green+Blue) = 175+128+147=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8093 is #507F6C. Grayscale: #909090. Windows color (decimal): -5275501 or 9666735. OLE color: 9666735.

HSL color Cylindrical-coordinate representation of color #AF8093: hue angle of 335.74º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8093 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 147 -
CMYK 0 0.27 0.16 0.31
HSL 335.74º 0.23% 0.59% -
HSV(B) 335.74º 0.27% 0.69% -
XYZ 30.66 26.66 31.13 -
YUV 144.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 175 128 147 0 0.27 0.16 0.31 335.74 0.23 0.59
Hex AF 80 93 0 1B 10 1F 150 17 3B
Octal 257 200 223 0 33 20 37 520 27 73
Binary 10101111 10000000 10010011 0 11011 10000 11111 101010000 10111 111011

Color Harmonies of #AF8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8093

Black with #AF8093

Text Example


Text Example

White with #AF8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8093; }

 p { color: rgb(175,128,147); }

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

background-color css

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

 a { background-color: rgb(175,128,147); }

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

border-color css

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

 span { border-color: rgb(175,128,147); }

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