Html Css Color HEX #A6936B Pale Oyster

📋 copy color: '#A6936B'

red 166 ◦ green 147 ◦ blue 107

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

Shades of Pale Oyster #A6936B

Tints of Pale Oyster #A6936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 39.52%
G = 35%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6936B (or 0xA6936B) is known color: Pale Oyster. HEX triplet: A6, 93 and 6B. RGB value is (166,147,107). Sum of RGB (Red+Green+Blue) = 166+147+107=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6936B is #596C94. Grayscale: #949494. Windows color (decimal): -5860501 or 7050150. OLE color: 7050150.

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

Color convert

RGB 166 147 107 -
CMYK 0 0.11 0.36 0.35
HSL 40.68º 0.25% 0.54% -
HSV(B) 40.68º 0.36% 0.65% -
XYZ 28.81 30.04 18.19 -
YUV 148.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 166 147 107 0 0.11 0.36 0.35 40.68 0.25 0.54
Hex A6 93 6B 0 B 24 23 29 19 36
Octal 246 223 153 0 13 44 43 51 31 66
Binary 10100110 10010011 1101011 0 1011 100100 100011 101001 11001 110110

Color Harmonies of #A6936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6936B

Black with #A6936B

Text Example


Text Example

White with #A6936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6936B; }

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

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

background-color css

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

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

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

border-color css

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

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

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