Html Css Color HEX #A29376 Pale Oyster

📋 copy color: '#A29376'

red 162 ◦ green 147 ◦ blue 118

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

Shades of Pale Oyster #A29376

Tints of Pale Oyster #A29376

RGB

 RED value IS 162 (63.67% from 255) = 37.94%

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

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

R = 37.94%
G = 34.43%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A29376 (or 0xA29376) is known color: Pale Oyster. HEX triplet: A2, 93 and 76. RGB value is (162,147,118). Sum of RGB (Red+Green+Blue) = 162+147+118=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29376 is #5D6C89. Grayscale: #949494. Windows color (decimal): -6122634 or 7771042. OLE color: 7771042.

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

Color convert

RGB 162 147 118 -
CMYK 0 0.09 0.27 0.36
HSL 39.55º 0.19% 0.55% -
HSV(B) 39.55º 0.27% 0.64% -
XYZ 28.6 29.86 21.39 -
YUV 148.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 162 147 118 0 0.09 0.27 0.36 39.55 0.19 0.55
Hex A2 93 76 0 9 1B 24 28 13 37
Octal 242 223 166 0 11 33 44 50 23 67
Binary 10100010 10010011 1110110 0 1001 11011 100100 101000 10011 110111

Color Harmonies of #A29376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29376

Black with #A29376

Text Example


Text Example

White with #A29376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29376; }

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

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

background-color css

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

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

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

border-color css

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

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

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