Html Css Color HEX #A39073 Pale Oyster

📋 copy color: '#A39073'

red 163 ◦ green 144 ◦ blue 115

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

Shades of Pale Oyster #A39073

Tints of Pale Oyster #A39073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 38.63%
G = 34.12%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A39073 (or 0xA39073) is known color: Pale Oyster. HEX triplet: A3, 90 and 73. RGB value is (163,144,115). Sum of RGB (Red+Green+Blue) = 163+144+115=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A39073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39073 is #5C6F8C. Grayscale: #929292. Windows color (decimal): -6057869 or 7573667. OLE color: 7573667.

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

Color convert

RGB 163 144 115 -
CMYK 0 0.12 0.29 0.36
HSL 36.25º 0.21% 0.55% -
HSV(B) 36.25º 0.29% 0.64% -
XYZ 28.17 28.97 20.33 -
YUV 146.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 163 144 115 0 0.12 0.29 0.36 36.25 0.21 0.55
Hex A3 90 73 0 C 1D 24 24 15 37
Octal 243 220 163 0 14 35 44 44 25 67
Binary 10100011 10010000 1110011 0 1100 11101 100100 100100 10101 110111

Color Harmonies of #A39073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39073

Black with #A39073

Text Example


Text Example

White with #A39073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39073; }

 p { color: rgb(163,144,115); }

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

background-color css

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

 a { background-color: rgb(163,144,115); }

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

border-color css

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

 span { border-color: rgb(163,144,115); }

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