Html Css Color HEX #A29063 Pale Oyster

📋 copy color: '#A29063'

red 162 ◦ green 144 ◦ blue 99

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

Shades of Pale Oyster #A29063

Tints of Pale Oyster #A29063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 40%
G = 35.56%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A29063 (or 0xA29063) is known color: Pale Oyster. HEX triplet: A2, 90 and 63. RGB value is (162,144,99). Sum of RGB (Red+Green+Blue) = 162+144+99=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A29063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29063 is #5D6F9C. Grayscale: #909090. Windows color (decimal): -6123421 or 6525090. OLE color: 6525090.

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

Color convert

RGB 162 144 99 -
CMYK 0 0.11 0.39 0.36
HSL 42.86º 0.25% 0.51% -
HSV(B) 42.86º 0.39% 0.64% -
XYZ 27.13 28.53 15.88 -
YUV 144.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 162 144 99 0 0.11 0.39 0.36 42.86 0.25 0.51
Hex A2 90 63 0 B 27 24 2B 19 33
Octal 242 220 143 0 13 47 44 53 31 63
Binary 10100010 10010000 1100011 0 1011 100111 100100 101011 11001 110011

Color Harmonies of #A29063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29063

Black with #A29063

Text Example


Text Example

White with #A29063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29063; }

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

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

background-color css

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

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

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

border-color css

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

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

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