Html Css Color HEX #A29071 Pale Oyster

📋 copy color: '#A29071'

red 162 ◦ green 144 ◦ blue 113

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

Shades of Pale Oyster #A29071

Tints of Pale Oyster #A29071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 38.66%
G = 34.37%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A29071 (or 0xA29071) is known color: Pale Oyster. HEX triplet: A2, 90 and 71. RGB value is (162,144,113). Sum of RGB (Red+Green+Blue) = 162+144+113=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A29071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29071 is #5D6F8E. Grayscale: #919191. Windows color (decimal): -6123407 or 7442594. OLE color: 7442594.

HSL color Cylindrical-coordinate representation of color #A29071: hue angle of 37.96º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29071 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 113 -
CMYK 0 0.11 0.30 0.36
HSL 37.96º 0.21% 0.54% -
HSV(B) 37.96º 0.3% 0.64% -
XYZ 27.85 28.82 19.72 -
YUV 145.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 162 144 113 0 0.11 0.30 0.36 37.96 0.21 0.54
Hex A2 90 71 0 B 1E 24 26 15 36
Octal 242 220 161 0 13 36 44 46 25 66
Binary 10100010 10010000 1110001 0 1011 11110 100100 100110 10101 110110

Color Harmonies of #A29071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29071

Black with #A29071

Text Example


Text Example

White with #A29071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29071; }

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

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

background-color css

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

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

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

border-color css

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

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

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