Html Css Color HEX #A38690 Bouquet

📋 copy color: '#A38690'

red 163 ◦ green 134 ◦ blue 144

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

Shades of Bouquet #A38690

Tints of Bouquet #A38690

RGB

 RED value IS 163 (64.06% from 255) = 36.96%

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

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 36.96%
G = 30.39%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A38690 (or 0xA38690) is known color: Bouquet. HEX triplet: A3, 86 and 90. RGB value is (163,134,144). Sum of RGB (Red+Green+Blue) = 163+134+144=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A38690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38690 is #5C796F. Grayscale: #8F8F8F. Windows color (decimal): -6060400 or 9471651. OLE color: 9471651.

HSL color Cylindrical-coordinate representation of color #A38690: hue angle of 339.31º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38690 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 134 144 -
CMYK 0 0.18 0.12 0.36
HSL 339.31º 0.14% 0.58% -
HSV(B) 339.31º 0.18% 0.64% -
XYZ 28.66 26.85 30.06 -
YUV 143.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 163 134 144 0 0.18 0.12 0.36 339.31 0.14 0.58
Hex A3 86 90 0 12 C 24 153 E 3A
Octal 243 206 220 0 22 14 44 523 16 72
Binary 10100011 10000110 10010000 0 10010 1100 100100 101010011 1110 111010

Color Harmonies of #A38690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38690

Black with #A38690

Text Example


Text Example

White with #A38690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38690; }

 p { color: rgb(163,134,144); }

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

background-color css

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

 a { background-color: rgb(163,134,144); }

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

border-color css

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

 span { border-color: rgb(163,134,144); }

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