Html Css Color HEX #A29371 Pale Oyster

📋 copy color: '#A29371'

red 162 ◦ green 147 ◦ blue 113

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

Shades of Pale Oyster #A29371

Tints of Pale Oyster #A29371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

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

R = 38.39%
G = 34.83%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A29371 (or 0xA29371) is known color: Pale Oyster. HEX triplet: A2, 93 and 71. RGB value is (162,147,113). Sum of RGB (Red+Green+Blue) = 162+147+113=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A29371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29371 is #5D6C8E. Grayscale: #939393. Windows color (decimal): -6122639 or 7443362. OLE color: 7443362.

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

Color convert

RGB 162 147 113 -
CMYK 0 0.09 0.30 0.36
HSL 41.63º 0.21% 0.54% -
HSV(B) 41.63º 0.3% 0.64% -
XYZ 28.31 29.74 19.87 -
YUV 147.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 162 147 113 0 0.09 0.30 0.36 41.63 0.21 0.54
Hex A2 93 71 0 9 1E 24 2A 15 36
Octal 242 223 161 0 11 36 44 52 25 66
Binary 10100010 10010011 1110001 0 1001 11110 100100 101010 10101 110110

Color Harmonies of #A29371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29371

Black with #A29371

Text Example


Text Example

White with #A29371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29371; }

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

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

background-color css

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

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

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

border-color css

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

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

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