Html Css Color HEX #A4916A Pale Oyster

📋 copy color: '#A4916A'

red 164 ◦ green 145 ◦ blue 106

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

Shades of Pale Oyster #A4916A

Tints of Pale Oyster #A4916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.54%

R = 39.52%
G = 34.94%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4916A (or 0xA4916A) is known color: Pale Oyster. HEX triplet: A4, 91 and 6A. RGB value is (164,145,106). Sum of RGB (Red+Green+Blue) = 164+145+106=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A4916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4916A is #5B6E95. Grayscale: #929292. Windows color (decimal): -5992086 or 6984100. OLE color: 6984100.

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

Color convert

RGB 164 145 106 -
CMYK 0 0.12 0.35 0.36
HSL 40.34º 0.24% 0.53% -
HSV(B) 40.34º 0.35% 0.64% -
XYZ 28.04 29.18 17.79 -
YUV 146.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 164 145 106 0 0.12 0.35 0.36 40.34 0.24 0.53
Hex A4 91 6A 0 C 23 24 28 18 35
Octal 244 221 152 0 14 43 44 50 30 65
Binary 10100100 10010001 1101010 0 1100 100011 100100 101000 11000 110101

Color Harmonies of #A4916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4916A

Black with #A4916A

Text Example


Text Example

White with #A4916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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