Html Css Color HEX #A19370 Pale Oyster

📋 copy color: '#A19370'

red 161 ◦ green 147 ◦ blue 112

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

Shades of Pale Oyster #A19370

Tints of Pale Oyster #A19370

RGB

 RED value IS 161 (63.28% from 255) = 38.33%

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

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

R = 38.33%
G = 35%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A19370 (or 0xA19370) is known color: Pale Oyster. HEX triplet: A1, 93 and 70. RGB value is (161,147,112). Sum of RGB (Red+Green+Blue) = 161+147+112=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A19370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19370 is #5E6C8F. Grayscale: #939393. Windows color (decimal): -6188176 or 7377825. OLE color: 7377825.

HSL color Cylindrical-coordinate representation of color #A19370: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19370 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 112 -
CMYK 0 0.09 0.30 0.37
HSL 42.86º 0.21% 0.54% -
HSV(B) 42.86º 0.3% 0.63% -
XYZ 28.06 29.61 19.57 -
YUV 147.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 161 147 112 0 0.09 0.30 0.37 42.86 0.21 0.54
Hex A1 93 70 0 9 1E 25 2B 15 36
Octal 241 223 160 0 11 36 45 53 25 66
Binary 10100001 10010011 1110000 0 1001 11110 100101 101011 10101 110110

Color Harmonies of #A19370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19370

Black with #A19370

Text Example


Text Example

White with #A19370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19370; }

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

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

background-color css

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

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

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

border-color css

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

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

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