Html Css Color HEX #A67296 Bouquet

📋 copy color: '#A67296'

red 166 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #A67296

Tints of Bouquet #A67296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 38.6%
G = 26.51%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A67296 (or 0xA67296) is known color: Bouquet. HEX triplet: A6, 72 and 96. RGB value is (166,114,150). Sum of RGB (Red+Green+Blue) = 166+114+150=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67296 is #598D69. Grayscale: #858585. Windows color (decimal): -5868906 or 9859750. OLE color: 9859750.

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

Color convert

RGB 166 114 150 -
CMYK 0 0.31 0.10 0.35
HSL 318.46º 0.23% 0.55% -
HSV(B) 318.46º 0.31% 0.65% -
XYZ 27.25 22.34 31.73 -
YUV 133.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 166 114 150 0 0.31 0.10 0.35 318.46 0.23 0.55
Hex A6 72 96 0 1F A 23 13E 17 37
Octal 246 162 226 0 37 12 43 476 27 67
Binary 10100110 1110010 10010110 0 11111 1010 100011 100111110 10111 110111

Color Harmonies of #A67296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67296

Black with #A67296

Text Example


Text Example

White with #A67296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67296; }

 p { color: rgb(166,114,150); }

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

background-color css

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

 a { background-color: rgb(166,114,150); }

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

border-color css

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

 span { border-color: rgb(166,114,150); }

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