Html Css Color HEX #A49367 Pale Oyster

📋 copy color: '#A49367'

red 164 ◦ green 147 ◦ blue 103

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

Shades of Pale Oyster #A49367

Tints of Pale Oyster #A49367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.88%

R = 39.61%
G = 35.51%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A49367 (or 0xA49367) is known color: Pale Oyster. HEX triplet: A4, 93 and 67. RGB value is (164,147,103). Sum of RGB (Red+Green+Blue) = 164+147+103=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49367 is #5B6C98. Grayscale: #939393. Windows color (decimal): -5991577 or 6788004. OLE color: 6788004.

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

Color convert

RGB 164 147 103 -
CMYK 0 0.10 0.37 0.36
HSL 43.28º 0.25% 0.52% -
HSV(B) 43.28º 0.37% 0.64% -
XYZ 28.19 29.74 17.09 -
YUV 147.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 164 147 103 0 0.10 0.37 0.36 43.28 0.25 0.52
Hex A4 93 67 0 A 25 24 2B 19 34
Octal 244 223 147 0 12 45 44 53 31 64
Binary 10100100 10010011 1100111 0 1010 100101 100100 101011 11001 110100

Color Harmonies of #A49367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49367

Black with #A49367

Text Example


Text Example

White with #A49367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49367; }

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

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

background-color css

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

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

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

border-color css

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

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

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