Html Css Color HEX #A68390 Bouquet

📋 copy color: '#A68390'

red 166 ◦ green 131 ◦ blue 144

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

Shades of Bouquet #A68390

Tints of Bouquet #A68390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 37.64%
G = 29.71%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A68390 (or 0xA68390) is known color: Bouquet. HEX triplet: A6, 83 and 90. RGB value is (166,131,144). Sum of RGB (Red+Green+Blue) = 166+131+144=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A68390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68390 is #597C6F. Grayscale: #8E8E8E. Windows color (decimal): -5864560 or 9470886. OLE color: 9470886.

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

Color convert

RGB 166 131 144 -
CMYK 0 0.21 0.13 0.35
HSL 337.71º 0.16% 0.58% -
HSV(B) 337.71º 0.21% 0.65% -
XYZ 28.88 26.35 29.95 -
YUV 142.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 166 131 144 0 0.21 0.13 0.35 337.71 0.16 0.58
Hex A6 83 90 0 15 D 23 152 10 3A
Octal 246 203 220 0 25 15 43 522 20 72
Binary 10100110 10000011 10010000 0 10101 1101 100011 101010010 10000 111010

Color Harmonies of #A68390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68390

Black with #A68390

Text Example


Text Example

White with #A68390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68390; }

 p { color: rgb(166,131,144); }

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

background-color css

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

 a { background-color: rgb(166,131,144); }

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

border-color css

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

 span { border-color: rgb(166,131,144); }

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