Html Css Color HEX #A67698 Bouquet

📋 copy color: '#A67698'

red 166 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #A67698

Tints of Bouquet #A67698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 38.07%
G = 27.06%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A67698 (or 0xA67698) is known color: Bouquet. HEX triplet: A6, 76 and 98. RGB value is (166,118,152). Sum of RGB (Red+Green+Blue) = 166+118+152=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A67698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67698 is #598967. Grayscale: #888888. Windows color (decimal): -5867880 or 9991846. OLE color: 9991846.

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

Color convert

RGB 166 118 152 -
CMYK 0 0.29 0.08 0.35
HSL 317.5º 0.21% 0.56% -
HSV(B) 317.5º 0.29% 0.65% -
XYZ 27.87 23.33 32.74 -
YUV 136.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 166 118 152 0 0.29 0.08 0.35 317.5 0.21 0.56
Hex A6 76 98 0 1D 8 23 13E 15 38
Octal 246 166 230 0 35 10 43 476 25 70
Binary 10100110 1110110 10011000 0 11101 1000 100011 100111110 10101 111000

Color Harmonies of #A67698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67698

Black with #A67698

Text Example


Text Example

White with #A67698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67698; }

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

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

background-color css

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

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

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

border-color css

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

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

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