Html Css Color HEX #A29379 Pale Oyster

📋 copy color: '#A29379'

red 162 ◦ green 147 ◦ blue 121

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

Shades of Pale Oyster #A29379

Tints of Pale Oyster #A29379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 37.67%
G = 34.19%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A29379 (or 0xA29379) is known color: Pale Oyster. HEX triplet: A2, 93 and 79. RGB value is (162,147,121). Sum of RGB (Red+Green+Blue) = 162+147+121=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29379 is #5D6C86. Grayscale: #949494. Windows color (decimal): -6122631 or 7967650. OLE color: 7967650.

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

Color convert

RGB 162 147 121 -
CMYK 0 0.09 0.25 0.36
HSL 38.05º 0.18% 0.55% -
HSV(B) 38.05º 0.25% 0.64% -
XYZ 28.79 29.93 22.35 -
YUV 148.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 162 147 121 0 0.09 0.25 0.36 38.05 0.18 0.55
Hex A2 93 79 0 9 19 24 26 12 37
Octal 242 223 171 0 11 31 44 46 22 67
Binary 10100010 10010011 1111001 0 1001 11001 100100 100110 10010 110111

Color Harmonies of #A29379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29379

Black with #A29379

Text Example


Text Example

White with #A29379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29379; }

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

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

background-color css

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

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

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

border-color css

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

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

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