Html Css Color HEX #A68391 Bouquet

📋 copy color: '#A68391'

red 166 ◦ green 131 ◦ blue 145

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

Shades of Bouquet #A68391

Tints of Bouquet #A68391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.81%

R = 37.56%
G = 29.64%
B = 32.81%

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

#A68391 (or 0xA68391) is known color: Bouquet. HEX triplet: A6, 83 and 91. RGB value is (166,131,145). Sum of RGB (Red+Green+Blue) = 166+131+145=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A68391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68391 is #597C6E. Grayscale: #8F8F8F. Windows color (decimal): -5864559 or 9536422. OLE color: 9536422.

HSL color Cylindrical-coordinate representation of color #A68391: hue angle of 336º 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 #A68391 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 145 -
CMYK 0 0.21 0.13 0.35
HSL 336º 0.16% 0.58% -
HSV(B) 336º 0.21% 0.65% -
XYZ 28.95 26.38 30.35 -
YUV 143.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 166 131 145 0 0.21 0.13 0.35 336 0.16 0.58
Hex A6 83 91 0 15 D 23 150 10 3A
Octal 246 203 221 0 25 15 43 520 20 72
Binary 10100110 10000011 10010001 0 10101 1101 100011 101010000 10000 111010

Color Harmonies of #A68391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68391

Black with #A68391

Text Example


Text Example

White with #A68391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68391; }

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

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

background-color css

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

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

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

border-color css

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

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

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