Html Css Color HEX #A68093 Bouquet

📋 copy color: '#A68093'

red 166 ◦ green 128 ◦ blue 147

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

Shades of Bouquet #A68093

Tints of Bouquet #A68093

RGB

 RED value IS 166 (65.23% from 255) = 37.64%

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

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

R = 37.64%
G = 29.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A68093 (or 0xA68093) is known color: Bouquet. HEX triplet: A6, 80 and 93. RGB value is (166,128,147). Sum of RGB (Red+Green+Blue) = 166+128+147=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A68093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68093 is #597F6C. Grayscale: #8D8D8D. Windows color (decimal): -5865325 or 9666726. OLE color: 9666726.

HSL color Cylindrical-coordinate representation of color #A68093: hue angle of 330º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68093 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 147 -
CMYK 0 0.23 0.11 0.35
HSL 330º 0.18% 0.58% -
HSV(B) 330º 0.23% 0.65% -
XYZ 28.71 25.65 31.04 -
YUV 141.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 166 128 147 0 0.23 0.11 0.35 330 0.18 0.58
Hex A6 80 93 0 17 B 23 14A 12 3A
Octal 246 200 223 0 27 13 43 512 22 72
Binary 10100110 10000000 10010011 0 10111 1011 100011 101001010 10010 111010

Color Harmonies of #A68093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68093

Black with #A68093

Text Example


Text Example

White with #A68093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68093; }

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

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

background-color css

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

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

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

border-color css

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

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

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