Html Css Color HEX #A39072 Pale Oyster

📋 copy color: '#A39072'

red 163 ◦ green 144 ◦ blue 114

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

Shades of Pale Oyster #A39072

Tints of Pale Oyster #A39072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.08%

R = 38.72%
G = 34.2%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A39072 (or 0xA39072) is known color: Pale Oyster. HEX triplet: A3, 90 and 72. RGB value is (163,144,114). Sum of RGB (Red+Green+Blue) = 163+144+114=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A39072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39072 is #5C6F8D. Grayscale: #929292. Windows color (decimal): -6057870 or 7508131. OLE color: 7508131.

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

Color convert

RGB 163 144 114 -
CMYK 0 0.12 0.30 0.36
HSL 36.73º 0.21% 0.54% -
HSV(B) 36.73º 0.3% 0.64% -
XYZ 28.11 28.95 20.03 -
YUV 146.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 163 144 114 0 0.12 0.30 0.36 36.73 0.21 0.54
Hex A3 90 72 0 C 1E 24 25 15 36
Octal 243 220 162 0 14 36 44 45 25 66
Binary 10100011 10010000 1110010 0 1100 11110 100100 100101 10101 110110

Color Harmonies of #A39072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39072

Black with #A39072

Text Example


Text Example

White with #A39072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39072; }

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

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

background-color css

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

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

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

border-color css

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

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

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