Html Css Color HEX #A69265 Pale Oyster

📋 copy color: '#A69265'

red 166 ◦ green 146 ◦ blue 101

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

Shades of Pale Oyster #A69265

Tints of Pale Oyster #A69265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.46%

R = 40.19%
G = 35.35%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A69265 (or 0xA69265) is known color: Pale Oyster. HEX triplet: A6, 92 and 65. RGB value is (166,146,101). Sum of RGB (Red+Green+Blue) = 166+146+101=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A69265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69265 is #596D9A. Grayscale: #939393. Windows color (decimal): -5860763 or 6656678. OLE color: 6656678.

HSL color Cylindrical-coordinate representation of color #A69265: hue angle of 41.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69265 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 101 -
CMYK 0 0.12 0.39 0.35
HSL 41.54º 0.27% 0.52% -
HSV(B) 41.54º 0.39% 0.65% -
XYZ 28.35 29.6 16.53 -
YUV 146.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 166 146 101 0 0.12 0.39 0.35 41.54 0.27 0.52
Hex A6 92 65 0 C 27 23 2A 1B 34
Octal 246 222 145 0 14 47 43 52 33 64
Binary 10100110 10010010 1100101 0 1100 100111 100011 101010 11011 110100

Color Harmonies of #A69265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69265

Black with #A69265

Text Example


Text Example

White with #A69265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69265; }

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

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

background-color css

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

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

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

border-color css

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

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

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