Html Css Color HEX #A69369 Pale Oyster

📋 copy color: '#A69369'

red 166 ◦ green 147 ◦ blue 105

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

Shades of Pale Oyster #A69369

Tints of Pale Oyster #A69369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 39.71%
G = 35.17%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A69369 (or 0xA69369) is known color: Pale Oyster. HEX triplet: A6, 93 and 69. RGB value is (166,147,105). Sum of RGB (Red+Green+Blue) = 166+147+105=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A69369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69369 is #596C96. Grayscale: #949494. Windows color (decimal): -5860503 or 6919078. OLE color: 6919078.

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

Color convert

RGB 166 147 105 -
CMYK 0 0.11 0.37 0.35
HSL 41.31º 0.26% 0.53% -
HSV(B) 41.31º 0.37% 0.65% -
XYZ 28.71 29.99 17.64 -
YUV 147.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 166 147 105 0 0.11 0.37 0.35 41.31 0.26 0.53
Hex A6 93 69 0 B 25 23 29 1A 35
Octal 246 223 151 0 13 45 43 51 32 65
Binary 10100110 10010011 1101001 0 1011 100101 100011 101001 11010 110101

Color Harmonies of #A69369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69369

Black with #A69369

Text Example


Text Example

White with #A69369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69369; }

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

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

background-color css

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

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

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

border-color css

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

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

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