Html Css Color HEX #A38491 Bouquet

📋 copy color: '#A38491'

red 163 ◦ green 132 ◦ blue 145

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

Shades of Bouquet #A38491

Tints of Bouquet #A38491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 37.05%
G = 30%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A38491 (or 0xA38491) is known color: Bouquet. HEX triplet: A3, 84 and 91. RGB value is (163,132,145). Sum of RGB (Red+Green+Blue) = 163+132+145=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A38491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38491 is #5C7B6E. Grayscale: #8E8E8E. Windows color (decimal): -6060911 or 9536675. OLE color: 9536675.

HSL color Cylindrical-coordinate representation of color #A38491: hue angle of 334.84º 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 #A38491 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 145 -
CMYK 0 0.19 0.11 0.36
HSL 334.84º 0.14% 0.58% -
HSV(B) 334.84º 0.19% 0.64% -
XYZ 28.47 26.33 30.37 -
YUV 142.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 163 132 145 0 0.19 0.11 0.36 334.84 0.14 0.58
Hex A3 84 91 0 13 B 24 14F E 3A
Octal 243 204 221 0 23 13 44 517 16 72
Binary 10100011 10000100 10010001 0 10011 1011 100100 101001111 1110 111010

Color Harmonies of #A38491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38491

Black with #A38491

Text Example


Text Example

White with #A38491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38491; }

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

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

background-color css

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

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

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

border-color css

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

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

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