Html Css Color HEX #A68794 Bouquet

📋 copy color: '#A68794'

red 166 ◦ green 135 ◦ blue 148

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

Shades of Bouquet #A68794

Tints of Bouquet #A68794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 36.97%
G = 30.07%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A68794 (or 0xA68794) is known color: Bouquet. HEX triplet: A6, 87 and 94. RGB value is (166,135,148). Sum of RGB (Red+Green+Blue) = 166+135+148=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68794 is #59786B. Grayscale: #919191. Windows color (decimal): -5863532 or 9734054. OLE color: 9734054.

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

Color convert

RGB 166 135 148 -
CMYK 0 0.19 0.11 0.35
HSL 334.84º 0.15% 0.59% -
HSV(B) 334.84º 0.19% 0.65% -
XYZ 29.74 27.57 31.77 -
YUV 145.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 166 135 148 0 0.19 0.11 0.35 334.84 0.15 0.59
Hex A6 87 94 0 13 B 23 14F F 3B
Octal 246 207 224 0 23 13 43 517 17 73
Binary 10100110 10000111 10010100 0 10011 1011 100011 101001111 1111 111011

Color Harmonies of #A68794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68794

Black with #A68794

Text Example


Text Example

White with #A68794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68794; }

 p { color: rgb(166,135,148); }

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

background-color css

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

 a { background-color: rgb(166,135,148); }

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

border-color css

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

 span { border-color: rgb(166,135,148); }

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