Html Css Color HEX #A68399 Bouquet

📋 copy color: '#A68399'

red 166 ◦ green 131 ◦ blue 153

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

Shades of Bouquet #A68399

Tints of Bouquet #A68399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34%

R = 36.89%
G = 29.11%
B = 34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A68399 (or 0xA68399) is known color: Bouquet. HEX triplet: A6, 83 and 99. RGB value is (166,131,153). Sum of RGB (Red+Green+Blue) = 166+131+153=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68399 is #597C66. Grayscale: #8F8F8F. Windows color (decimal): -5864551 or 10060710. OLE color: 10060710.

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

Color convert

RGB 166 131 153 -
CMYK 0 0.21 0.08 0.35
HSL 322.29º 0.16% 0.58% -
HSV(B) 322.29º 0.21% 0.65% -
XYZ 29.59 26.64 33.72 -
YUV 143.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 166 131 153 0 0.21 0.08 0.35 322.29 0.16 0.58
Hex A6 83 99 0 15 8 23 142 10 3A
Octal 246 203 231 0 25 10 43 502 20 72
Binary 10100110 10000011 10011001 0 10101 1000 100011 101000010 10000 111010

Color Harmonies of #A68399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68399

Black with #A68399

Text Example


Text Example

White with #A68399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68399; }

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

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

background-color css

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

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

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

border-color css

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

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

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