Html Css Color HEX #A29076 Pale Oyster

📋 copy color: '#A29076'

red 162 ◦ green 144 ◦ blue 118

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

Shades of Pale Oyster #A29076

Tints of Pale Oyster #A29076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 38.21%
G = 33.96%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A29076 (or 0xA29076) is known color: Pale Oyster. HEX triplet: A2, 90 and 76. RGB value is (162,144,118). Sum of RGB (Red+Green+Blue) = 162+144+118=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A29076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29076 is #5D6F89. Grayscale: #929292. Windows color (decimal): -6123402 or 7770274. OLE color: 7770274.

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

Color convert

RGB 162 144 118 -
CMYK 0 0.11 0.27 0.36
HSL 35.45º 0.19% 0.55% -
HSV(B) 35.45º 0.27% 0.64% -
XYZ 28.14 28.94 21.24 -
YUV 146.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 162 144 118 0 0.11 0.27 0.36 35.45 0.19 0.55
Hex A2 90 76 0 B 1B 24 23 13 37
Octal 242 220 166 0 13 33 44 43 23 67
Binary 10100010 10010000 1110110 0 1011 11011 100100 100011 10011 110111

Color Harmonies of #A29076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29076

Black with #A29076

Text Example


Text Example

White with #A29076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29076; }

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

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

background-color css

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

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

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

border-color css

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

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

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