Html Css Color HEX #A38492 Bouquet

📋 copy color: '#A38492'

red 163 ◦ green 132 ◦ blue 146

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

Shades of Bouquet #A38492

Tints of Bouquet #A38492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 36.96%
G = 29.93%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A38492 (or 0xA38492) is known color: Bouquet. HEX triplet: A3, 84 and 92. RGB value is (163,132,146). Sum of RGB (Red+Green+Blue) = 163+132+146=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A38492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38492 is #5C7B6D. Grayscale: #8E8E8E. Windows color (decimal): -6060910 or 9602211. OLE color: 9602211.

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

Color convert

RGB 163 132 146 -
CMYK 0 0.19 0.10 0.36
HSL 332.9º 0.14% 0.58% -
HSV(B) 332.9º 0.19% 0.64% -
XYZ 28.54 26.36 30.78 -
YUV 142.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 163 132 146 0 0.19 0.10 0.36 332.9 0.14 0.58
Hex A3 84 92 0 13 A 24 14D E 3A
Octal 243 204 222 0 23 12 44 515 16 72
Binary 10100011 10000100 10010010 0 10011 1010 100100 101001101 1110 111010

Color Harmonies of #A38492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38492

Black with #A38492

Text Example


Text Example

White with #A38492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38492; }

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

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

background-color css

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

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

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

border-color css

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

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

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