Html Css Color HEX #A29164 Pale Oyster

📋 copy color: '#A29164'

red 162 ◦ green 145 ◦ blue 100

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

Shades of Pale Oyster #A29164

Tints of Pale Oyster #A29164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 39.8%
G = 35.63%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A29164 (or 0xA29164) is known color: Pale Oyster. HEX triplet: A2, 91 and 64. RGB value is (162,145,100). Sum of RGB (Red+Green+Blue) = 162+145+100=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A29164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29164 is #5D6E9B. Grayscale: #919191. Windows color (decimal): -6123164 or 6590882. OLE color: 6590882.

HSL color Cylindrical-coordinate representation of color #A29164: hue angle of 43.55º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29164 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 100 -
CMYK 0 0.10 0.38 0.36
HSL 43.55º 0.25% 0.51% -
HSV(B) 43.55º 0.38% 0.64% -
XYZ 27.33 28.85 16.19 -
YUV 144.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 162 145 100 0 0.10 0.38 0.36 43.55 0.25 0.51
Hex A2 91 64 0 A 26 24 2C 19 33
Octal 242 221 144 0 12 46 44 54 31 63
Binary 10100010 10010001 1100100 0 1010 100110 100100 101100 11001 110011

Color Harmonies of #A29164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29164

Black with #A29164

Text Example


Text Example

White with #A29164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29164; }

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

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

background-color css

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

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

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

border-color css

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

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

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