Html Css Color HEX #A29171 Pale Oyster

📋 copy color: '#A29171'

red 162 ◦ green 145 ◦ blue 113

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

Shades of Pale Oyster #A29171

Tints of Pale Oyster #A29171

RGB

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

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

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

R = 38.57%
G = 34.52%
B = 26.9%

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

#A29171 (or 0xA29171) is known color: Pale Oyster. HEX triplet: A2, 91 and 71. RGB value is (162,145,113). Sum of RGB (Red+Green+Blue) = 162+145+113=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A29171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29171 is #5D6E8E. Grayscale: #929292. Windows color (decimal): -6123151 or 7442850. OLE color: 7442850.

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

Color convert

RGB 162 145 113 -
CMYK 0 0.10 0.30 0.36
HSL 39.18º 0.21% 0.54% -
HSV(B) 39.18º 0.3% 0.64% -
XYZ 28.01 29.12 19.77 -
YUV 146.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 162 145 113 0 0.10 0.30 0.36 39.18 0.21 0.54
Hex A2 91 71 0 A 1E 24 27 15 36
Octal 242 221 161 0 12 36 44 47 25 66
Binary 10100010 10010001 1110001 0 1010 11110 100100 100111 10101 110110

Color Harmonies of #A29171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29171

Black with #A29171

Text Example


Text Example

White with #A29171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29171; }

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

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

background-color css

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

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

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

border-color css

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

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

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