Html Css Color HEX #A49069 Pale Oyster

📋 copy color: '#A49069'

red 164 ◦ green 144 ◦ blue 105

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

Shades of Pale Oyster #A49069

Tints of Pale Oyster #A49069

RGB

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

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

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

R = 39.71%
G = 34.87%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A49069 (or 0xA49069) is known color: Pale Oyster. HEX triplet: A4, 90 and 69. RGB value is (164,144,105). Sum of RGB (Red+Green+Blue) = 164+144+105=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49069 is #5B6F96. Grayscale: #919191. Windows color (decimal): -5992343 or 6918308. OLE color: 6918308.

HSL color Cylindrical-coordinate representation of color #A49069: hue angle of 39.66º 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 #A49069 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 105 -
CMYK 0 0.12 0.36 0.36
HSL 39.66º 0.24% 0.53% -
HSV(B) 39.66º 0.36% 0.64% -
XYZ 27.83 28.86 17.47 -
YUV 145.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 164 144 105 0 0.12 0.36 0.36 39.66 0.24 0.53
Hex A4 90 69 0 C 24 24 28 18 35
Octal 244 220 151 0 14 44 44 50 30 65
Binary 10100100 10010000 1101001 0 1100 100100 100100 101000 11000 110101

Color Harmonies of #A49069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49069

Black with #A49069

Text Example


Text Example

White with #A49069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49069; }

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

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

background-color css

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

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

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

border-color css

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

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

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