Html Css Color HEX #A59374 Pale Oyster

📋 copy color: '#A59374'

red 165 ◦ green 147 ◦ blue 116

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

Shades of Pale Oyster #A59374

Tints of Pale Oyster #A59374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 38.55%
G = 34.35%
B = 27.1%

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

#A59374 (or 0xA59374) is known color: Pale Oyster. HEX triplet: A5, 93 and 74. RGB value is (165,147,116). Sum of RGB (Red+Green+Blue) = 165+147+116=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A59374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59374 is #5A6C8B. Grayscale: #949494. Windows color (decimal): -5926028 or 7639973. OLE color: 7639973.

HSL color Cylindrical-coordinate representation of color #A59374: hue angle of 37.96º degrees, saturation: 0.21, 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 #A59374 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 147 116 -
CMYK 0 0.11 0.30 0.35
HSL 37.96º 0.21% 0.55% -
HSV(B) 37.96º 0.3% 0.65% -
XYZ 29.1 30.13 20.8 -
YUV 148.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 165 147 116 0 0.11 0.30 0.35 37.96 0.21 0.55
Hex A5 93 74 0 B 1E 23 26 15 37
Octal 245 223 164 0 13 36 43 46 25 67
Binary 10100101 10010011 1110100 0 1011 11110 100011 100110 10101 110111

Color Harmonies of #A59374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59374

Black with #A59374

Text Example


Text Example

White with #A59374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59374; }

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

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

background-color css

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

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

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

border-color css

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

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

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