Html Css Color HEX #A29370 Pale Oyster

📋 copy color: '#A29370'

red 162 ◦ green 147 ◦ blue 112

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

Shades of Pale Oyster #A29370

Tints of Pale Oyster #A29370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 38.48%
G = 34.92%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A29370 (or 0xA29370) is known color: Pale Oyster. HEX triplet: A2, 93 and 70. RGB value is (162,147,112). Sum of RGB (Red+Green+Blue) = 162+147+112=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29370 is #5D6C8F. Grayscale: #939393. Windows color (decimal): -6122640 or 7377826. OLE color: 7377826.

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

Color convert

RGB 162 147 112 -
CMYK 0 0.09 0.31 0.36
HSL 42º 0.21% 0.54% -
HSV(B) 42º 0.31% 0.64% -
XYZ 28.26 29.72 19.58 -
YUV 147.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 162 147 112 0 0.09 0.31 0.36 42 0.21 0.54
Hex A2 93 70 0 9 1F 24 2A 15 36
Octal 242 223 160 0 11 37 44 52 25 66
Binary 10100010 10010011 1110000 0 1001 11111 100100 101010 10101 110110

Color Harmonies of #A29370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29370

Black with #A29370

Text Example


Text Example

White with #A29370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29370; }

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

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

background-color css

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

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

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

border-color css

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

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

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