Html Css Color HEX #A29176 Pale Oyster

📋 copy color: '#A29176'

red 162 ◦ green 145 ◦ blue 118

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

Shades of Pale Oyster #A29176

Tints of Pale Oyster #A29176

RGB

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

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

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

R = 38.12%
G = 34.12%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A29176 (or 0xA29176) is known color: Pale Oyster. HEX triplet: A2, 91 and 76. RGB value is (162,145,118). Sum of RGB (Red+Green+Blue) = 162+145+118=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A29176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29176 is #5D6E89. Grayscale: #939393. Windows color (decimal): -6123146 or 7770530. OLE color: 7770530.

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

Color convert

RGB 162 145 118 -
CMYK 0 0.10 0.27 0.36
HSL 36.82º 0.19% 0.55% -
HSV(B) 36.82º 0.27% 0.64% -
XYZ 28.3 29.24 21.29 -
YUV 147.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 162 145 118 0 0.10 0.27 0.36 36.82 0.19 0.55
Hex A2 91 76 0 A 1B 24 25 13 37
Octal 242 221 166 0 12 33 44 45 23 67
Binary 10100010 10010001 1110110 0 1010 11011 100100 100101 10011 110111

Color Harmonies of #A29176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29176

Black with #A29176

Text Example


Text Example

White with #A29176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29176; }

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

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

background-color css

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

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

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

border-color css

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

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

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