Html Css Color HEX #A67E90 Bouquet

📋 copy color: '#A67E90'

red 166 ◦ green 126 ◦ blue 144

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

Shades of Bouquet #A67E90

Tints of Bouquet #A67E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 38.07%
G = 28.9%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67E90 (or 0xA67E90) is known color: Bouquet. HEX triplet: A6, 7E and 90. RGB value is (166,126,144). Sum of RGB (Red+Green+Blue) = 166+126+144=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E90 is #59816F. Grayscale: #8B8B8B. Windows color (decimal): -5865840 or 9469606. OLE color: 9469606.

HSL color Cylindrical-coordinate representation of color #A67E90: hue angle of 333º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A67E90 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 126 144 -
CMYK 0 0.24 0.13 0.35
HSL 333º 0.18% 0.57% -
HSV(B) 333º 0.24% 0.65% -
XYZ 28.22 25.04 29.73 -
YUV 140.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 166 126 144 0 0.24 0.13 0.35 333 0.18 0.57
Hex A6 7E 90 0 18 D 23 14D 12 39
Octal 246 176 220 0 30 15 43 515 22 71
Binary 10100110 1111110 10010000 0 11000 1101 100011 101001101 10010 111001

Color Harmonies of #A67E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67E90

Black with #A67E90

Text Example


Text Example

White with #A67E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67E90; }

 p { color: rgb(166,126,144); }

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

background-color css

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

 a { background-color: rgb(166,126,144); }

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

border-color css

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

 span { border-color: rgb(166,126,144); }

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