Html Css Color HEX #A4906D Pale Oyster

📋 copy color: '#A4906D'

red 164 ◦ green 144 ◦ blue 109

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

Shades of Pale Oyster #A4906D

Tints of Pale Oyster #A4906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 39.33%
G = 34.53%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4906D (or 0xA4906D) is known color: Pale Oyster. HEX triplet: A4, 90 and 6D. RGB value is (164,144,109). Sum of RGB (Red+Green+Blue) = 164+144+109=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4906D is #5B6F92. Grayscale: #929292. Windows color (decimal): -5992339 or 7180452. OLE color: 7180452.

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

Color convert

RGB 164 144 109 -
CMYK 0 0.12 0.34 0.36
HSL 38.18º 0.23% 0.54% -
HSV(B) 38.18º 0.34% 0.64% -
XYZ 28.04 28.94 18.58 -
YUV 145.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 164 144 109 0 0.12 0.34 0.36 38.18 0.23 0.54
Hex A4 90 6D 0 C 22 24 26 17 36
Octal 244 220 155 0 14 42 44 46 27 66
Binary 10100100 10010000 1101101 0 1100 100010 100100 100110 10111 110110

Color Harmonies of #A4906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4906D

Black with #A4906D

Text Example


Text Example

White with #A4906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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