Html Css Color HEX #A39272 Pale Oyster

📋 copy color: '#A39272'

red 163 ◦ green 146 ◦ blue 114

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

Shades of Pale Oyster #A39272

Tints of Pale Oyster #A39272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 38.53%
G = 34.52%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A39272 (or 0xA39272) is known color: Pale Oyster. HEX triplet: A3, 92 and 72. RGB value is (163,146,114). Sum of RGB (Red+Green+Blue) = 163+146+114=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39272 is #5C6D8D. Grayscale: #939393. Windows color (decimal): -6057358 or 7508643. OLE color: 7508643.

HSL color Cylindrical-coordinate representation of color #A39272: hue angle of 39.18º 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 #A39272 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 146 114 -
CMYK 0 0.10 0.30 0.36
HSL 39.18º 0.21% 0.54% -
HSV(B) 39.18º 0.3% 0.64% -
XYZ 28.42 29.56 20.13 -
YUV 147.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 163 146 114 0 0.10 0.30 0.36 39.18 0.21 0.54
Hex A3 92 72 0 A 1E 24 27 15 36
Octal 243 222 162 0 12 36 44 47 25 66
Binary 10100011 10010010 1110010 0 1010 11110 100100 100111 10101 110110

Color Harmonies of #A39272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39272

Black with #A39272

Text Example


Text Example

White with #A39272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39272; }

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

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

background-color css

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

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

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

border-color css

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

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

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