Html Css Color HEX #A67C90 Bouquet

📋 copy color: '#A67C90'

red 166 ◦ green 124 ◦ blue 144

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

Shades of Bouquet #A67C90

Tints of Bouquet #A67C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

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

R = 38.25%
G = 28.57%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67C90 (or 0xA67C90) is known color: Bouquet. HEX triplet: A6, 7C and 90. RGB value is (166,124,144). Sum of RGB (Red+Green+Blue) = 166+124+144=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C90 is #59836F. Grayscale: #8A8A8A. Windows color (decimal): -5866352 or 9469094. OLE color: 9469094.

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

Color convert

RGB 166 124 144 -
CMYK 0 0.25 0.13 0.35
HSL 331.43º 0.19% 0.57% -
HSV(B) 331.43º 0.25% 0.65% -
XYZ 27.97 24.54 29.65 -
YUV 138.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 166 124 144 0 0.25 0.13 0.35 331.43 0.19 0.57
Hex A6 7C 90 0 19 D 23 14B 13 39
Octal 246 174 220 0 31 15 43 513 23 71
Binary 10100110 1111100 10010000 0 11001 1101 100011 101001011 10011 111001

Color Harmonies of #A67C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C90

Black with #A67C90

Text Example


Text Example

White with #A67C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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