Html Css Color HEX #A39277 Pale Oyster

📋 copy color: '#A39277'

red 163 ◦ green 146 ◦ blue 119

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

Shades of Pale Oyster #A39277

Tints of Pale Oyster #A39277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 38.08%
G = 34.11%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A39277 (or 0xA39277) is known color: Pale Oyster. HEX triplet: A3, 92 and 77. RGB value is (163,146,119). Sum of RGB (Red+Green+Blue) = 163+146+119=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39277 is #5C6D88. Grayscale: #949494. Windows color (decimal): -6057353 or 7836323. OLE color: 7836323.

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

Color convert

RGB 163 146 119 -
CMYK 0 0.10 0.27 0.36
HSL 36.82º 0.19% 0.55% -
HSV(B) 36.82º 0.27% 0.64% -
XYZ 28.71 29.68 21.67 -
YUV 148.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 163 146 119 0 0.10 0.27 0.36 36.82 0.19 0.55
Hex A3 92 77 0 A 1B 24 25 13 37
Octal 243 222 167 0 12 33 44 45 23 67
Binary 10100011 10010010 1110111 0 1010 11011 100100 100101 10011 110111

Color Harmonies of #A39277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39277

Black with #A39277

Text Example


Text Example

White with #A39277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39277; }

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

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

background-color css

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

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

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

border-color css

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

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

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