Html Css Color HEX #A39175 Pale Oyster

📋 copy color: '#A39175'

red 163 ◦ green 145 ◦ blue 117

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

Shades of Pale Oyster #A39175

Tints of Pale Oyster #A39175

RGB

 RED value IS 163 (64.06% from 255) = 38.35%

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

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 38.35%
G = 34.12%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A39175 (or 0xA39175) is known color: Pale Oyster. HEX triplet: A3, 91 and 75. RGB value is (163,145,117). Sum of RGB (Red+Green+Blue) = 163+145+117=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A39175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39175 is #5C6E8A. Grayscale: #939393. Windows color (decimal): -6057611 or 7704995. OLE color: 7704995.

HSL color Cylindrical-coordinate representation of color #A39175: hue angle of 36.52º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39175 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 117 -
CMYK 0 0.11 0.28 0.36
HSL 36.52º 0.2% 0.55% -
HSV(B) 36.52º 0.28% 0.64% -
XYZ 28.44 29.32 20.99 -
YUV 147.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 163 145 117 0 0.11 0.28 0.36 36.52 0.2 0.55
Hex A3 91 75 0 B 1C 24 25 14 37
Octal 243 221 165 0 13 34 44 45 24 67
Binary 10100011 10010001 1110101 0 1011 11100 100100 100101 10100 110111

Color Harmonies of #A39175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39175

Black with #A39175

Text Example


Text Example

White with #A39175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39175; }

 p { color: rgb(163,145,117); }

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

background-color css

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

 a { background-color: rgb(163,145,117); }

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

border-color css

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

 span { border-color: rgb(163,145,117); }

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