Html Css Color HEX #A59371 Pale Oyster

📋 copy color: '#A59371'

red 165 ◦ green 147 ◦ blue 113

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

Shades of Pale Oyster #A59371

Tints of Pale Oyster #A59371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 38.82%
G = 34.59%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A59371 (or 0xA59371) is known color: Pale Oyster. HEX triplet: A5, 93 and 71. RGB value is (165,147,113). Sum of RGB (Red+Green+Blue) = 165+147+113=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A59371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59371 is #5A6C8E. Grayscale: #949494. Windows color (decimal): -5926031 or 7443365. OLE color: 7443365.

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

Color convert

RGB 165 147 113 -
CMYK 0 0.11 0.32 0.35
HSL 39.23º 0.22% 0.55% -
HSV(B) 39.23º 0.32% 0.65% -
XYZ 28.93 30.06 19.9 -
YUV 148.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 165 147 113 0 0.11 0.32 0.35 39.23 0.22 0.55
Hex A5 93 71 0 B 20 23 27 16 37
Octal 245 223 161 0 13 40 43 47 26 67
Binary 10100101 10010011 1110001 0 1011 100000 100011 100111 10110 110111

Color Harmonies of #A59371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59371

Black with #A59371

Text Example


Text Example

White with #A59371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59371; }

 p { color: rgb(165,147,113); }

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

background-color css

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

 a { background-color: rgb(165,147,113); }

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

border-color css

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

 span { border-color: rgb(165,147,113); }

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