Html Css Color HEX #A29163 Pale Oyster

📋 copy color: '#A29163'

red 162 ◦ green 145 ◦ blue 99

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

Shades of Pale Oyster #A29163

Tints of Pale Oyster #A29163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 39.9%
G = 35.71%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A29163 (or 0xA29163) is known color: Pale Oyster. HEX triplet: A2, 91 and 63. RGB value is (162,145,99). Sum of RGB (Red+Green+Blue) = 162+145+99=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A29163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29163 is #5D6E9C. Grayscale: #919191. Windows color (decimal): -6123165 or 6525346. OLE color: 6525346.

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

Color convert

RGB 162 145 99 -
CMYK 0 0.10 0.39 0.36
HSL 43.81º 0.25% 0.51% -
HSV(B) 43.81º 0.39% 0.64% -
XYZ 27.28 28.83 15.93 -
YUV 144.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 162 145 99 0 0.10 0.39 0.36 43.81 0.25 0.51
Hex A2 91 63 0 A 27 24 2C 19 33
Octal 242 221 143 0 12 47 44 54 31 63
Binary 10100010 10010001 1100011 0 1010 100111 100100 101100 11001 110011

Color Harmonies of #A29163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29163

Black with #A29163

Text Example


Text Example

White with #A29163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29163; }

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

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

background-color css

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

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

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

border-color css

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

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

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