Html Css Color HEX #A29271 Pale Oyster

📋 copy color: '#A29271'

red 162 ◦ green 146 ◦ blue 113

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

Shades of Pale Oyster #A29271

Tints of Pale Oyster #A29271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

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

R = 38.48%
G = 34.68%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A29271 (or 0xA29271) is known color: Pale Oyster. HEX triplet: A2, 92 and 71. RGB value is (162,146,113). Sum of RGB (Red+Green+Blue) = 162+146+113=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29271 is #5D6D8E. Grayscale: #939393. Windows color (decimal): -6122895 or 7443106. OLE color: 7443106.

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

Color convert

RGB 162 146 113 -
CMYK 0 0.10 0.30 0.36
HSL 40.41º 0.21% 0.54% -
HSV(B) 40.41º 0.3% 0.64% -
XYZ 28.16 29.43 19.82 -
YUV 147.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 162 146 113 0 0.10 0.30 0.36 40.41 0.21 0.54
Hex A2 92 71 0 A 1E 24 28 15 36
Octal 242 222 161 0 12 36 44 50 25 66
Binary 10100010 10010010 1110001 0 1010 11110 100100 101000 10101 110110

Color Harmonies of #A29271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29271

Black with #A29271

Text Example


Text Example

White with #A29271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29271; }

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

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

background-color css

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

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

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

border-color css

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

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

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