Html Css Color HEX #A39376 Pale Oyster

📋 copy color: '#A39376'

red 163 ◦ green 147 ◦ blue 118

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

Shades of Pale Oyster #A39376

Tints of Pale Oyster #A39376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 38.08%
G = 34.35%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A39376 (or 0xA39376) is known color: Pale Oyster. HEX triplet: A3, 93 and 76. RGB value is (163,147,118). Sum of RGB (Red+Green+Blue) = 163+147+118=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39376 is #5C6C89. Grayscale: #949494. Windows color (decimal): -6057098 or 7771043. OLE color: 7771043.

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

Color convert

RGB 163 147 118 -
CMYK 0 0.10 0.28 0.36
HSL 38.67º 0.2% 0.55% -
HSV(B) 38.67º 0.28% 0.64% -
XYZ 28.81 29.96 21.4 -
YUV 148.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 163 147 118 0 0.10 0.28 0.36 38.67 0.2 0.55
Hex A3 93 76 0 A 1C 24 27 14 37
Octal 243 223 166 0 12 34 44 47 24 67
Binary 10100011 10010011 1110110 0 1010 11100 100100 100111 10100 110111

Color Harmonies of #A39376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39376

Black with #A39376

Text Example


Text Example

White with #A39376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39376; }

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

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

background-color css

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

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

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

border-color css

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

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

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