Html Css Color HEX #A49162 Pale Oyster

📋 copy color: '#A49162'

red 164 ◦ green 145 ◦ blue 98

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

Shades of Pale Oyster #A49162

Tints of Pale Oyster #A49162

RGB

 RED value IS 164 (64.45% from 255) = 40.29%

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 40.29%
G = 35.63%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A49162 (or 0xA49162) is known color: Pale Oyster. HEX triplet: A4, 91 and 62. RGB value is (164,145,98). Sum of RGB (Red+Green+Blue) = 164+145+98=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49162 is #5B6E9D. Grayscale: #919191. Windows color (decimal): -5992094 or 6459812. OLE color: 6459812.

HSL color Cylindrical-coordinate representation of color #A49162: hue angle of 42.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49162 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 98 -
CMYK 0 0.12 0.40 0.36
HSL 42.73º 0.27% 0.51% -
HSV(B) 42.73º 0.4% 0.64% -
XYZ 27.64 29.03 15.7 -
YUV 145.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 164 145 98 0 0.12 0.40 0.36 42.73 0.27 0.51
Hex A4 91 62 0 C 28 24 2B 1B 33
Octal 244 221 142 0 14 50 44 53 33 63
Binary 10100100 10010001 1100010 0 1100 101000 100100 101011 11011 110011

Color Harmonies of #A49162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49162

Black with #A49162

Text Example


Text Example

White with #A49162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49162; }

 p { color: rgb(164,145,98); }

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

background-color css

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

 a { background-color: rgb(164,145,98); }

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

border-color css

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

 span { border-color: rgb(164,145,98); }

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