Html Css Color HEX #A69271 Pale Oyster

📋 copy color: '#A69271'

red 166 ◦ green 146 ◦ blue 113

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

Shades of Pale Oyster #A69271

Tints of Pale Oyster #A69271

RGB

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

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

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

R = 39.06%
G = 34.35%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A69271 (or 0xA69271) is known color: Pale Oyster. HEX triplet: A6, 92 and 71. RGB value is (166,146,113). Sum of RGB (Red+Green+Blue) = 166+146+113=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A69271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69271 is #596D8E. Grayscale: #949494. Windows color (decimal): -5860751 or 7443110. OLE color: 7443110.

HSL color Cylindrical-coordinate representation of color #A69271: hue angle of 37.36º 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 #A69271 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 113 -
CMYK 0 0.12 0.32 0.35
HSL 37.36º 0.23% 0.55% -
HSV(B) 37.36º 0.32% 0.65% -
XYZ 28.99 29.86 19.86 -
YUV 148.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 166 146 113 0 0.12 0.32 0.35 37.36 0.23 0.55
Hex A6 92 71 0 C 20 23 25 17 37
Octal 246 222 161 0 14 40 43 45 27 67
Binary 10100110 10010010 1110001 0 1100 100000 100011 100101 10111 110111

Color Harmonies of #A69271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69271

Black with #A69271

Text Example


Text Example

White with #A69271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69271; }

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

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

background-color css

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

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

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

border-color css

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

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

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