Html Css Color HEX #A19378 Pale Oyster

📋 copy color: '#A19378'

red 161 ◦ green 147 ◦ blue 120

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

Shades of Pale Oyster #A19378

Tints of Pale Oyster #A19378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 37.62%
G = 34.35%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19378 (or 0xA19378) is known color: Pale Oyster. HEX triplet: A1, 93 and 78. RGB value is (161,147,120). Sum of RGB (Red+Green+Blue) = 161+147+120=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A19378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19378 is #5E6C87. Grayscale: #949494. Windows color (decimal): -6188168 or 7902113. OLE color: 7902113.

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

Color convert

RGB 161 147 120 -
CMYK 0 0.09 0.25 0.37
HSL 39.51º 0.18% 0.55% -
HSV(B) 39.51º 0.25% 0.63% -
XYZ 28.52 29.8 22.02 -
YUV 148.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 161 147 120 0 0.09 0.25 0.37 39.51 0.18 0.55
Hex A1 93 78 0 9 19 25 28 12 37
Octal 241 223 170 0 11 31 45 50 22 67
Binary 10100001 10010011 1111000 0 1001 11001 100101 101000 10010 110111

Color Harmonies of #A19378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19378

Black with #A19378

Text Example


Text Example

White with #A19378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19378; }

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

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

background-color css

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

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

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

border-color css

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

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

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