Html Css Color HEX #A49369 Pale Oyster

📋 copy color: '#A49369'

red 164 ◦ green 147 ◦ blue 105

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

Shades of Pale Oyster #A49369

Tints of Pale Oyster #A49369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.24%

R = 39.42%
G = 35.34%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A49369 (or 0xA49369) is known color: Pale Oyster. HEX triplet: A4, 93 and 69. RGB value is (164,147,105). Sum of RGB (Red+Green+Blue) = 164+147+105=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A49369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49369 is #5B6C96. Grayscale: #939393. Windows color (decimal): -5991575 or 6919076. OLE color: 6919076.

HSL color Cylindrical-coordinate representation of color #A49369: hue angle of 42.71º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A49369 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 147 105 -
CMYK 0 0.10 0.36 0.36
HSL 42.71º 0.24% 0.53% -
HSV(B) 42.71º 0.36% 0.64% -
XYZ 28.29 29.78 17.62 -
YUV 147.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 164 147 105 0 0.10 0.36 0.36 42.71 0.24 0.53
Hex A4 93 69 0 A 24 24 2B 18 35
Octal 244 223 151 0 12 44 44 53 30 65
Binary 10100100 10010011 1101001 0 1010 100100 100100 101011 11000 110101

Color Harmonies of #A49369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49369

Black with #A49369

Text Example


Text Example

White with #A49369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49369; }

 p { color: rgb(164,147,105); }

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

background-color css

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

 a { background-color: rgb(164,147,105); }

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

border-color css

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

 span { border-color: rgb(164,147,105); }

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