Html Css Color HEX #A19071 Pale Oyster

📋 copy color: '#A19071'

red 161 ◦ green 144 ◦ blue 113

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

Shades of Pale Oyster #A19071

Tints of Pale Oyster #A19071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 38.52%
G = 34.45%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A19071 (or 0xA19071) is known color: Pale Oyster. HEX triplet: A1, 90 and 71. RGB value is (161,144,113). Sum of RGB (Red+Green+Blue) = 161+144+113=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A19071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19071 is #5E6F8E. Grayscale: #919191. Windows color (decimal): -6188943 or 7442593. OLE color: 7442593.

HSL color Cylindrical-coordinate representation of color #A19071: hue angle of 38.75º degrees, saturation: 0.2, 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 #A19071 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 113 -
CMYK 0 0.11 0.30 0.37
HSL 38.75º 0.2% 0.54% -
HSV(B) 38.75º 0.3% 0.63% -
XYZ 27.65 28.72 19.71 -
YUV 145.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 161 144 113 0 0.11 0.30 0.37 38.75 0.2 0.54
Hex A1 90 71 0 B 1E 25 27 14 36
Octal 241 220 161 0 13 36 45 47 24 66
Binary 10100001 10010000 1110001 0 1011 11110 100101 100111 10100 110110

Color Harmonies of #A19071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19071

Black with #A19071

Text Example


Text Example

White with #A19071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19071; }

 p { color: rgb(161,144,113); }

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

background-color css

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

 a { background-color: rgb(161,144,113); }

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

border-color css

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

 span { border-color: rgb(161,144,113); }

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