Html Css Color HEX #A67795 Bouquet

📋 copy color: '#A67795'

red 166 ◦ green 119 ◦ blue 149

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

Shades of Bouquet #A67795

Tints of Bouquet #A67795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

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

R = 38.25%
G = 27.42%
B = 34.33%

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

#A67795 (or 0xA67795) is known color: Bouquet. HEX triplet: A6, 77 and 95. RGB value is (166,119,149). Sum of RGB (Red+Green+Blue) = 166+119+149=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A67795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67795 is #59886A. Grayscale: #888888. Windows color (decimal): -5867627 or 9795494. OLE color: 9795494.

HSL color Cylindrical-coordinate representation of color #A67795: hue angle of 321.7º 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 #A67795 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 149 -
CMYK 0 0.28 0.10 0.35
HSL 321.7º 0.21% 0.56% -
HSV(B) 321.7º 0.28% 0.65% -
XYZ 27.75 23.47 31.5 -
YUV 136.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 166 119 149 0 0.28 0.10 0.35 321.7 0.21 0.56
Hex A6 77 95 0 1C A 23 142 15 38
Octal 246 167 225 0 34 12 43 502 25 70
Binary 10100110 1110111 10010101 0 11100 1010 100011 101000010 10101 111000

Color Harmonies of #A67795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67795

Black with #A67795

Text Example


Text Example

White with #A67795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67795; }

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

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

background-color css

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

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

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

border-color css

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

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

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