Html Css Color HEX #A67895 Bouquet

📋 copy color: '#A67895'

red 166 ◦ green 120 ◦ blue 149

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

Shades of Bouquet #A67895

Tints of Bouquet #A67895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.59%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 38.16%
G = 27.59%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A67895 (or 0xA67895) is known color: Bouquet. HEX triplet: A6, 78 and 95. RGB value is (166,120,149). Sum of RGB (Red+Green+Blue) = 166+120+149=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A67895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67895 is #59876A. Grayscale: #888888. Windows color (decimal): -5867371 or 9795750. OLE color: 9795750.

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

Color convert

RGB 166 120 149 -
CMYK 0 0.28 0.10 0.35
HSL 322.17º 0.21% 0.56% -
HSV(B) 322.17º 0.28% 0.65% -
XYZ 27.87 23.71 31.54 -
YUV 137.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 166 120 149 0 0.28 0.10 0.35 322.17 0.21 0.56
Hex A6 78 95 0 1C A 23 142 15 38
Octal 246 170 225 0 34 12 43 502 25 70
Binary 10100110 1111000 10010101 0 11100 1010 100011 101000010 10101 111000

Color Harmonies of #A67895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67895

Black with #A67895

Text Example


Text Example

White with #A67895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67895; }

 p { color: rgb(166,120,149); }

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

background-color css

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

 a { background-color: rgb(166,120,149); }

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

border-color css

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

 span { border-color: rgb(166,120,149); }

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