Html Css Color HEX #A39370 Pale Oyster

📋 copy color: '#A39370'

red 163 ◦ green 147 ◦ blue 112

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

Shades of Pale Oyster #A39370

Tints of Pale Oyster #A39370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 38.63%
G = 34.83%
B = 26.54%

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

#A39370 (or 0xA39370) is known color: Pale Oyster. HEX triplet: A3, 93 and 70. RGB value is (163,147,112). Sum of RGB (Red+Green+Blue) = 163+147+112=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A39370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39370 is #5C6C8F. Grayscale: #939393. Windows color (decimal): -6057104 or 7377827. OLE color: 7377827.

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

Color convert

RGB 163 147 112 -
CMYK 0 0.10 0.31 0.36
HSL 41.18º 0.22% 0.54% -
HSV(B) 41.18º 0.31% 0.64% -
XYZ 28.46 29.82 19.59 -
YUV 147.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 163 147 112 0 0.10 0.31 0.36 41.18 0.22 0.54
Hex A3 93 70 0 A 1F 24 29 16 36
Octal 243 223 160 0 12 37 44 51 26 66
Binary 10100011 10010011 1110000 0 1010 11111 100100 101001 10110 110110

Color Harmonies of #A39370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39370

Black with #A39370

Text Example


Text Example

White with #A39370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39370; }

 p { color: rgb(163,147,112); }

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

background-color css

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

 a { background-color: rgb(163,147,112); }

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

border-color css

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

 span { border-color: rgb(163,147,112); }

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