Html Css Color HEX #A67990 Bouquet

📋 copy color: '#A67990'

red 166 ◦ green 121 ◦ blue 144

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

Shades of Bouquet #A67990

Tints of Bouquet #A67990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

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

R = 38.52%
G = 28.07%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67990 (or 0xA67990) is known color: Bouquet. HEX triplet: A6, 79 and 90. RGB value is (166,121,144). Sum of RGB (Red+Green+Blue) = 166+121+144=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67990 is #59866F. Grayscale: #898989. Windows color (decimal): -5867120 or 9468326. OLE color: 9468326.

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

Color convert

RGB 166 121 144 -
CMYK 0 0.27 0.13 0.35
HSL 329.33º 0.2% 0.56% -
HSV(B) 329.33º 0.27% 0.65% -
XYZ 27.6 23.8 29.52 -
YUV 137.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 166 121 144 0 0.27 0.13 0.35 329.33 0.2 0.56
Hex A6 79 90 0 1B D 23 149 14 38
Octal 246 171 220 0 33 15 43 511 24 70
Binary 10100110 1111001 10010000 0 11011 1101 100011 101001001 10100 111000

Color Harmonies of #A67990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67990

Black with #A67990

Text Example


Text Example

White with #A67990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67990; }

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

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

background-color css

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

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

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

border-color css

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

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

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