Html Css Color HEX #A4906F Pale Oyster

📋 copy color: '#A4906F'

red 164 ◦ green 144 ◦ blue 111

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

Shades of Pale Oyster #A4906F

Tints of Pale Oyster #A4906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 39.14%
G = 34.37%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4906F (or 0xA4906F) is known color: Pale Oyster. HEX triplet: A4, 90 and 6F. RGB value is (164,144,111). Sum of RGB (Red+Green+Blue) = 164+144+111=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4906F is #5B6F90. Grayscale: #929292. Windows color (decimal): -5992337 or 7311524. OLE color: 7311524.

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

Color convert

RGB 164 144 111 -
CMYK 0 0.12 0.32 0.36
HSL 37.36º 0.23% 0.54% -
HSV(B) 37.36º 0.32% 0.64% -
XYZ 28.15 28.99 19.15 -
YUV 146.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 164 144 111 0 0.12 0.32 0.36 37.36 0.23 0.54
Hex A4 90 6F 0 C 20 24 25 17 36
Octal 244 220 157 0 14 40 44 45 27 66
Binary 10100100 10010000 1101111 0 1100 100000 100100 100101 10111 110110

Color Harmonies of #A4906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4906F

Black with #A4906F

Text Example


Text Example

White with #A4906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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