Html Css Color HEX #A39172 Pale Oyster

📋 copy color: '#A39172'

red 163 ◦ green 145 ◦ blue 114

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

Shades of Pale Oyster #A39172

Tints of Pale Oyster #A39172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 38.63%
G = 34.36%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A39172 (or 0xA39172) is known color: Pale Oyster. HEX triplet: A3, 91 and 72. RGB value is (163,145,114). Sum of RGB (Red+Green+Blue) = 163+145+114=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A39172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39172 is #5C6E8D. Grayscale: #929292. Windows color (decimal): -6057614 or 7508387. OLE color: 7508387.

HSL color Cylindrical-coordinate representation of color #A39172: hue angle of 37.96º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39172 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 114 -
CMYK 0 0.11 0.30 0.36
HSL 37.96º 0.21% 0.54% -
HSV(B) 37.96º 0.3% 0.64% -
XYZ 28.27 29.25 20.08 -
YUV 146.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 163 145 114 0 0.11 0.30 0.36 37.96 0.21 0.54
Hex A3 91 72 0 B 1E 24 26 15 36
Octal 243 221 162 0 13 36 44 46 25 66
Binary 10100011 10010001 1110010 0 1011 11110 100100 100110 10101 110110

Color Harmonies of #A39172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39172

Black with #A39172

Text Example


Text Example

White with #A39172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39172; }

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

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

background-color css

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

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

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

border-color css

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

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

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