Html Css Color HEX #A38397 Bouquet

📋 copy color: '#A38397'

red 163 ◦ green 131 ◦ blue 151

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

Shades of Bouquet #A38397

Tints of Bouquet #A38397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

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

R = 36.63%
G = 29.44%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A38397 (or 0xA38397) is known color: Bouquet. HEX triplet: A3, 83 and 97. RGB value is (163,131,151). Sum of RGB (Red+Green+Blue) = 163+131+151=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A38397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38397 is #5C7C68. Grayscale: #8E8E8E. Windows color (decimal): -6061161 or 9929635. OLE color: 9929635.

HSL color Cylindrical-coordinate representation of color #A38397: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38397 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 151 -
CMYK 0 0.20 0.07 0.36
HSL 322.5º 0.15% 0.58% -
HSV(B) 322.5º 0.2% 0.64% -
XYZ 28.81 26.25 32.83 -
YUV 142.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 163 131 151 0 0.20 0.07 0.36 322.5 0.15 0.58
Hex A3 83 97 0 14 7 24 142 F 3A
Octal 243 203 227 0 24 7 44 502 17 72
Binary 10100011 10000011 10010111 0 10100 111 100100 101000010 1111 111010

Color Harmonies of #A38397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38397

Black with #A38397

Text Example


Text Example

White with #A38397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38397; }

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

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

background-color css

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

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

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

border-color css

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

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

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