Html Css Color HEX #A4906E Pale Oyster

📋 copy color: '#A4906E'

red 164 ◦ green 144 ◦ blue 110

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

Shades of Pale Oyster #A4906E

Tints of Pale Oyster #A4906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 39.23%
G = 34.45%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4906E (or 0xA4906E) is known color: Pale Oyster. HEX triplet: A4, 90 and 6E. RGB value is (164,144,110). Sum of RGB (Red+Green+Blue) = 164+144+110=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4906E is #5B6F91. Grayscale: #929292. Windows color (decimal): -5992338 or 7245988. OLE color: 7245988.

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

Color convert

RGB 164 144 110 -
CMYK 0 0.12 0.33 0.36
HSL 37.78º 0.23% 0.54% -
HSV(B) 37.78º 0.33% 0.64% -
XYZ 28.1 28.96 18.86 -
YUV 146.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 164 144 110 0 0.12 0.33 0.36 37.78 0.23 0.54
Hex A4 90 6E 0 C 21 24 26 17 36
Octal 244 220 156 0 14 41 44 46 27 66
Binary 10100100 10010000 1101110 0 1100 100001 100100 100110 10111 110110

Color Harmonies of #A4906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4906E

Black with #A4906E

Text Example


Text Example

White with #A4906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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