Html Css Color HEX #A67694 Bouquet

📋 copy color: '#A67694'

red 166 ◦ green 118 ◦ blue 148

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

Shades of Bouquet #A67694

Tints of Bouquet #A67694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

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

R = 38.43%
G = 27.31%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A67694 (or 0xA67694) is known color: Bouquet. HEX triplet: A6, 76 and 94. RGB value is (166,118,148). Sum of RGB (Red+Green+Blue) = 166+118+148=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A67694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67694 is #59896B. Grayscale: #878787. Windows color (decimal): -5867884 or 9729702. OLE color: 9729702.

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

Color convert

RGB 166 118 148 -
CMYK 0 0.29 0.11 0.35
HSL 322.5º 0.21% 0.56% -
HSV(B) 322.5º 0.29% 0.65% -
XYZ 27.55 23.2 31.04 -
YUV 135.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 166 118 148 0 0.29 0.11 0.35 322.5 0.21 0.56
Hex A6 76 94 0 1D B 23 142 15 38
Octal 246 166 224 0 35 13 43 502 25 70
Binary 10100110 1110110 10010100 0 11101 1011 100011 101000010 10101 111000

Color Harmonies of #A67694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67694

Black with #A67694

Text Example


Text Example

White with #A67694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67694; }

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

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

background-color css

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

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

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

border-color css

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

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

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