Html Css Color HEX #A39271 Pale Oyster

📋 copy color: '#A39271'

red 163 ◦ green 146 ◦ blue 113

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

Shades of Pale Oyster #A39271

Tints of Pale Oyster #A39271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 38.63%
G = 34.6%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A39271 (or 0xA39271) is known color: Pale Oyster. HEX triplet: A3, 92 and 71. RGB value is (163,146,113). Sum of RGB (Red+Green+Blue) = 163+146+113=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A39271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39271 is #5C6D8E. Grayscale: #939393. Windows color (decimal): -6057359 or 7443107. OLE color: 7443107.

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

Color convert

RGB 163 146 113 -
CMYK 0 0.10 0.31 0.36
HSL 39.6º 0.21% 0.54% -
HSV(B) 39.6º 0.31% 0.64% -
XYZ 28.36 29.54 19.83 -
YUV 147.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 163 146 113 0 0.10 0.31 0.36 39.6 0.21 0.54
Hex A3 92 71 0 A 1F 24 28 15 36
Octal 243 222 161 0 12 37 44 50 25 66
Binary 10100011 10010010 1110001 0 1010 11111 100100 101000 10101 110110

Color Harmonies of #A39271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39271

Black with #A39271

Text Example


Text Example

White with #A39271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39271; }

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

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

background-color css

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

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

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

border-color css

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

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

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