Html Css Color HEX #A69371 Pale Oyster

📋 copy color: '#A69371'

red 166 ◦ green 147 ◦ blue 113

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

Shades of Pale Oyster #A69371

Tints of Pale Oyster #A69371

RGB

 RED value IS 166 (65.23% from 255) = 38.97%

 GREEN value IS 147 (57.81% from 255) = 34.51%

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 38.97%
G = 34.51%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A69371 (or 0xA69371) is known color: Pale Oyster. HEX triplet: A6, 93 and 71. RGB value is (166,147,113). Sum of RGB (Red+Green+Blue) = 166+147+113=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69371 is #596C8E. Grayscale: #949494. Windows color (decimal): -5860495 or 7443366. OLE color: 7443366.

HSL color Cylindrical-coordinate representation of color #A69371: hue angle of 38.49º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69371 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 113 -
CMYK 0 0.11 0.32 0.35
HSL 38.49º 0.23% 0.55% -
HSV(B) 38.49º 0.32% 0.65% -
XYZ 29.14 30.17 19.91 -
YUV 148.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 166 147 113 0 0.11 0.32 0.35 38.49 0.23 0.55
Hex A6 93 71 0 B 20 23 26 17 37
Octal 246 223 161 0 13 40 43 46 27 67
Binary 10100110 10010011 1110001 0 1011 100000 100011 100110 10111 110111

Color Harmonies of #A69371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69371

Black with #A69371

Text Example


Text Example

White with #A69371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69371; }

 p { color: rgb(166,147,113); }

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

background-color css

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

 a { background-color: rgb(166,147,113); }

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

border-color css

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

 span { border-color: rgb(166,147,113); }

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