Html Css Color HEX #A39074 Pale Oyster

📋 copy color: '#A39074'

red 163 ◦ green 144 ◦ blue 116

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

Shades of Pale Oyster #A39074

Tints of Pale Oyster #A39074

RGB

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

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

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

R = 38.53%
G = 34.04%
B = 27.42%

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

#A39074 (or 0xA39074) is known color: Pale Oyster. HEX triplet: A3, 90 and 74. RGB value is (163,144,116). Sum of RGB (Red+Green+Blue) = 163+144+116=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39074 is #5C6F8B. Grayscale: #929292. Windows color (decimal): -6057868 or 7639203. OLE color: 7639203.

HSL color Cylindrical-coordinate representation of color #A39074: hue angle of 35.74º degrees, saturation: 0.2, 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 #A39074 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 116 -
CMYK 0 0.12 0.29 0.36
HSL 35.74º 0.2% 0.55% -
HSV(B) 35.74º 0.29% 0.64% -
XYZ 28.23 28.99 20.63 -
YUV 146.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 163 144 116 0 0.12 0.29 0.36 35.74 0.2 0.55
Hex A3 90 74 0 C 1D 24 24 14 37
Octal 243 220 164 0 14 35 44 44 24 67
Binary 10100011 10010000 1110100 0 1100 11101 100100 100100 10100 110111

Color Harmonies of #A39074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39074

Black with #A39074

Text Example


Text Example

White with #A39074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39074; }

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

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

background-color css

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

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

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

border-color css

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

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

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