Html Css Color HEX #A59476 Pale Oyster

📋 copy color: '#A59476'

red 165 ◦ green 148 ◦ blue 118

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

Shades of Pale Oyster #A59476

Tints of Pale Oyster #A59476

RGB

 RED value IS 165 (64.84% from 255) = 38.28%

 GREEN value IS 148 (58.2% from 255) = 34.34%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 38.28%
G = 34.34%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A59476 (or 0xA59476) is known color: Pale Oyster. HEX triplet: A5, 94 and 76. RGB value is (165,148,118). Sum of RGB (Red+Green+Blue) = 165+148+118=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A59476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59476 is #5A6B89. Grayscale: #959595. Windows color (decimal): -5925770 or 7771301. OLE color: 7771301.

HSL color Cylindrical-coordinate representation of color #A59476: hue angle of 38.3º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59476 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 118 -
CMYK 0 0.10 0.28 0.35
HSL 38.3º 0.21% 0.55% -
HSV(B) 38.3º 0.28% 0.65% -
XYZ 29.38 30.49 21.48 -
YUV 149.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 165 148 118 0 0.10 0.28 0.35 38.3 0.21 0.55
Hex A5 94 76 0 A 1C 23 26 15 37
Octal 245 224 166 0 12 34 43 46 25 67
Binary 10100101 10010100 1110110 0 1010 11100 100011 100110 10101 110111

Color Harmonies of #A59476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59476

Black with #A59476

Text Example


Text Example

White with #A59476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59476; }

 p { color: rgb(165,148,118); }

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

background-color css

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

 a { background-color: rgb(165,148,118); }

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

border-color css

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

 span { border-color: rgb(165,148,118); }

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