Html Css Color HEX #A67B95 Bouquet

📋 copy color: '#A67B95'

red 166 ◦ green 123 ◦ blue 149

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

Shades of Bouquet #A67B95

Tints of Bouquet #A67B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.08%

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

R = 37.9%
G = 28.08%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A67B95 (or 0xA67B95) is known color: Bouquet. HEX triplet: A6, 7B and 95. RGB value is (166,123,149). Sum of RGB (Red+Green+Blue) = 166+123+149=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B95 is #59846A. Grayscale: #8A8A8A. Windows color (decimal): -5866603 or 9796518. OLE color: 9796518.

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

Color convert

RGB 166 123 149 -
CMYK 0 0.26 0.10 0.35
HSL 323.72º 0.19% 0.57% -
HSV(B) 323.72º 0.26% 0.65% -
XYZ 28.23 24.44 31.66 -
YUV 138.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 166 123 149 0 0.26 0.10 0.35 323.72 0.19 0.57
Hex A6 7B 95 0 1A A 23 144 13 39
Octal 246 173 225 0 32 12 43 504 23 71
Binary 10100110 1111011 10010101 0 11010 1010 100011 101000100 10011 111001

Color Harmonies of #A67B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B95

Black with #A67B95

Text Example


Text Example

White with #A67B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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