Html Css Color HEX #A49165 Pale Oyster

📋 copy color: '#A49165'

red 164 ◦ green 145 ◦ blue 101

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

Shades of Pale Oyster #A49165

Tints of Pale Oyster #A49165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 40%
G = 35.37%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49165 (or 0xA49165) is known color: Pale Oyster. HEX triplet: A4, 91 and 65. RGB value is (164,145,101). Sum of RGB (Red+Green+Blue) = 164+145+101=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49165 is #5B6E9A. Grayscale: #919191. Windows color (decimal): -5992091 or 6656420. OLE color: 6656420.

HSL color Cylindrical-coordinate representation of color #A49165: hue angle of 41.9º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49165 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 101 -
CMYK 0 0.12 0.38 0.36
HSL 41.9º 0.26% 0.52% -
HSV(B) 41.9º 0.38% 0.64% -
XYZ 27.78 29.08 16.46 -
YUV 145.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 164 145 101 0 0.12 0.38 0.36 41.9 0.26 0.52
Hex A4 91 65 0 C 26 24 2A 1A 34
Octal 244 221 145 0 14 46 44 52 32 64
Binary 10100100 10010001 1100101 0 1100 100110 100100 101010 11010 110100

Color Harmonies of #A49165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49165

Black with #A49165

Text Example


Text Example

White with #A49165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49165; }

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

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

background-color css

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

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

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

border-color css

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

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

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