Html Css Color HEX #A38490 Bouquet

📋 copy color: '#A38490'

red 163 ◦ green 132 ◦ blue 144

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

Shades of Bouquet #A38490

Tints of Bouquet #A38490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

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

R = 37.13%
G = 30.07%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A38490 (or 0xA38490) is known color: Bouquet. HEX triplet: A3, 84 and 90. RGB value is (163,132,144). Sum of RGB (Red+Green+Blue) = 163+132+144=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A38490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38490 is #5C7B6F. Grayscale: #8E8E8E. Windows color (decimal): -6060912 or 9471139. OLE color: 9471139.

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

Color convert

RGB 163 132 144 -
CMYK 0 0.19 0.12 0.36
HSL 336.77º 0.14% 0.58% -
HSV(B) 336.77º 0.19% 0.64% -
XYZ 28.39 26.3 29.97 -
YUV 142.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 163 132 144 0 0.19 0.12 0.36 336.77 0.14 0.58
Hex A3 84 90 0 13 C 24 151 E 3A
Octal 243 204 220 0 23 14 44 521 16 72
Binary 10100011 10000100 10010000 0 10011 1100 100100 101010001 1110 111010

Color Harmonies of #A38490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38490

Black with #A38490

Text Example


Text Example

White with #A38490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38490; }

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

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

background-color css

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

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

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

border-color css

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

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

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