Html Css Color HEX #A4916E Pale Oyster

📋 copy color: '#A4916E'

red 164 ◦ green 145 ◦ blue 110

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

Shades of Pale Oyster #A4916E

Tints of Pale Oyster #A4916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 39.14%
G = 34.61%
B = 26.25%

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

#A4916E (or 0xA4916E) is known color: Pale Oyster. HEX triplet: A4, 91 and 6E. RGB value is (164,145,110). Sum of RGB (Red+Green+Blue) = 164+145+110=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4916E is #5B6E91. Grayscale: #929292. Windows color (decimal): -5992082 or 7246244. OLE color: 7246244.

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

Color convert

RGB 164 145 110 -
CMYK 0 0.12 0.33 0.36
HSL 38.89º 0.23% 0.54% -
HSV(B) 38.89º 0.33% 0.64% -
XYZ 28.25 29.27 18.91 -
YUV 146.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 164 145 110 0 0.12 0.33 0.36 38.89 0.23 0.54
Hex A4 91 6E 0 C 21 24 27 17 36
Octal 244 221 156 0 14 41 44 47 27 66
Binary 10100100 10010001 1101110 0 1100 100001 100100 100111 10111 110110

Color Harmonies of #A4916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4916E

Black with #A4916E

Text Example


Text Example

White with #A4916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4916E; }

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

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

background-color css

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

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

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

border-color css

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

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

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