Html Css Color HEX #A39278 Pale Oyster

📋 copy color: '#A39278'

red 163 ◦ green 146 ◦ blue 120

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

Shades of Pale Oyster #A39278

Tints of Pale Oyster #A39278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 38%
G = 34.03%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A39278 (or 0xA39278) is known color: Pale Oyster. HEX triplet: A3, 92 and 78. RGB value is (163,146,120). Sum of RGB (Red+Green+Blue) = 163+146+120=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39278 is #5C6D87. Grayscale: #949494. Windows color (decimal): -6057352 or 7901859. OLE color: 7901859.

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

Color convert

RGB 163 146 120 -
CMYK 0 0.10 0.26 0.36
HSL 36.28º 0.19% 0.55% -
HSV(B) 36.28º 0.26% 0.64% -
XYZ 28.77 29.7 21.99 -
YUV 148.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 163 146 120 0 0.10 0.26 0.36 36.28 0.19 0.55
Hex A3 92 78 0 A 1A 24 24 13 37
Octal 243 222 170 0 12 32 44 44 23 67
Binary 10100011 10010010 1111000 0 1010 11010 100100 100100 10011 110111

Color Harmonies of #A39278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39278

Black with #A39278

Text Example


Text Example

White with #A39278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39278; }

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

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

background-color css

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

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

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

border-color css

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

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

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