Html Css Color HEX #A18693 Bouquet

📋 copy color: '#A18693'

red 161 ◦ green 134 ◦ blue 147

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

Shades of Bouquet #A18693

Tints of Bouquet #A18693

RGB

 RED value IS 161 (63.28% from 255) = 36.43%

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 36.43%
G = 30.32%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A18693 (or 0xA18693) is known color: Bouquet. HEX triplet: A1, 86 and 93. RGB value is (161,134,147). Sum of RGB (Red+Green+Blue) = 161+134+147=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A18693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18693 is #5E796C. Grayscale: #8F8F8F. Windows color (decimal): -6191469 or 9668257. OLE color: 9668257.

HSL color Cylindrical-coordinate representation of color #A18693: hue angle of 331.11º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18693 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 147 -
CMYK 0 0.17 0.09 0.37
HSL 331.11º 0.13% 0.58% -
HSV(B) 331.11º 0.17% 0.63% -
XYZ 28.49 26.73 31.26 -
YUV 143.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 161 134 147 0 0.17 0.09 0.37 331.11 0.13 0.58
Hex A1 86 93 0 11 9 25 14B D 3A
Octal 241 206 223 0 21 11 45 513 15 72
Binary 10100001 10000110 10010011 0 10001 1001 100101 101001011 1101 111010

Color Harmonies of #A18693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18693

Black with #A18693

Text Example


Text Example

White with #A18693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18693; }

 p { color: rgb(161,134,147); }

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

background-color css

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

 a { background-color: rgb(161,134,147); }

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

border-color css

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

 span { border-color: rgb(161,134,147); }

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