Html Css Color HEX #A29070 Pale Oyster

📋 copy color: '#A29070'

red 162 ◦ green 144 ◦ blue 112

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

Shades of Pale Oyster #A29070

Tints of Pale Oyster #A29070

RGB

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

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

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

R = 38.76%
G = 34.45%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A29070 (or 0xA29070) is known color: Pale Oyster. HEX triplet: A2, 90 and 70. RGB value is (162,144,112). Sum of RGB (Red+Green+Blue) = 162+144+112=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29070 is #5D6F8F. Grayscale: #919191. Windows color (decimal): -6123408 or 7377058. OLE color: 7377058.

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

Color convert

RGB 162 144 112 -
CMYK 0 0.11 0.31 0.36
HSL 38.4º 0.21% 0.54% -
HSV(B) 38.4º 0.31% 0.64% -
XYZ 27.8 28.8 19.42 -
YUV 145.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 162 144 112 0 0.11 0.31 0.36 38.4 0.21 0.54
Hex A2 90 70 0 B 1F 24 26 15 36
Octal 242 220 160 0 13 37 44 46 25 66
Binary 10100010 10010000 1110000 0 1011 11111 100100 100110 10101 110110

Color Harmonies of #A29070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29070

Black with #A29070

Text Example


Text Example

White with #A29070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29070; }

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

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

background-color css

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

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

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

border-color css

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

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

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