Html Css Color HEX #A59373 Pale Oyster

📋 copy color: '#A59373'

red 165 ◦ green 147 ◦ blue 115

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

Shades of Pale Oyster #A59373

Tints of Pale Oyster #A59373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.93%

R = 38.64%
G = 34.43%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A59373 (or 0xA59373) is known color: Pale Oyster. HEX triplet: A5, 93 and 73. RGB value is (165,147,115). Sum of RGB (Red+Green+Blue) = 165+147+115=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A59373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59373 is #5A6C8C. Grayscale: #949494. Windows color (decimal): -5926029 or 7574437. OLE color: 7574437.

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

Color convert

RGB 165 147 115 -
CMYK 0 0.11 0.30 0.35
HSL 38.4º 0.22% 0.55% -
HSV(B) 38.4º 0.3% 0.65% -
XYZ 29.05 30.1 20.5 -
YUV 148.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 165 147 115 0 0.11 0.30 0.35 38.4 0.22 0.55
Hex A5 93 73 0 B 1E 23 26 16 37
Octal 245 223 163 0 13 36 43 46 26 67
Binary 10100101 10010011 1110011 0 1011 11110 100011 100110 10110 110111

Color Harmonies of #A59373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59373

Black with #A59373

Text Example


Text Example

White with #A59373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59373; }

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

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

background-color css

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

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

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

border-color css

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

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

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