Html Css Color HEX #A38497 Bouquet

📋 copy color: '#A38497'

red 163 ◦ green 132 ◦ blue 151

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

Shades of Bouquet #A38497

Tints of Bouquet #A38497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.86%

R = 36.55%
G = 29.6%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A38497 (or 0xA38497) is known color: Bouquet. HEX triplet: A3, 84 and 97. RGB value is (163,132,151). Sum of RGB (Red+Green+Blue) = 163+132+151=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A38497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38497 is #5C7B68. Grayscale: #8F8F8F. Windows color (decimal): -6060905 or 9929891. OLE color: 9929891.

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

Color convert

RGB 163 132 151 -
CMYK 0 0.19 0.07 0.36
HSL 323.23º 0.14% 0.58% -
HSV(B) 323.23º 0.19% 0.64% -
XYZ 28.94 26.52 32.87 -
YUV 143.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 163 132 151 0 0.19 0.07 0.36 323.23 0.14 0.58
Hex A3 84 97 0 13 7 24 143 E 3A
Octal 243 204 227 0 23 7 44 503 16 72
Binary 10100011 10000100 10010111 0 10011 111 100100 101000011 1110 111010

Color Harmonies of #A38497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38497

Black with #A38497

Text Example


Text Example

White with #A38497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38497; }

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

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

background-color css

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

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

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

border-color css

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

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

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