Html Css Color HEX #A19372 Pale Oyster

📋 copy color: '#A19372'

red 161 ◦ green 147 ◦ blue 114

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

Shades of Pale Oyster #A19372

Tints of Pale Oyster #A19372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 38.15%
G = 34.83%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A19372 (or 0xA19372) is known color: Pale Oyster. HEX triplet: A1, 93 and 72. RGB value is (161,147,114). Sum of RGB (Red+Green+Blue) = 161+147+114=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A19372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19372 is #5E6C8D. Grayscale: #939393. Windows color (decimal): -6188174 or 7508897. OLE color: 7508897.

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

Color convert

RGB 161 147 114 -
CMYK 0 0.09 0.29 0.37
HSL 42.13º 0.2% 0.54% -
HSV(B) 42.13º 0.29% 0.63% -
XYZ 28.17 29.66 20.16 -
YUV 147.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 161 147 114 0 0.09 0.29 0.37 42.13 0.2 0.54
Hex A1 93 72 0 9 1D 25 2A 14 36
Octal 241 223 162 0 11 35 45 52 24 66
Binary 10100001 10010011 1110010 0 1001 11101 100101 101010 10100 110110

Color Harmonies of #A19372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19372

Black with #A19372

Text Example


Text Example

White with #A19372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19372; }

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

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

background-color css

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

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

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

border-color css

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

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

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