Html Css Color HEX #A69370 Pale Oyster

📋 copy color: '#A69370'

red 166 ◦ green 147 ◦ blue 112

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

Shades of Pale Oyster #A69370

Tints of Pale Oyster #A69370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 39.06%
G = 34.59%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A69370 (or 0xA69370) is known color: Pale Oyster. HEX triplet: A6, 93 and 70. RGB value is (166,147,112). Sum of RGB (Red+Green+Blue) = 166+147+112=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A69370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69370 is #596C8F. Grayscale: #949494. Windows color (decimal): -5860496 or 7377830. OLE color: 7377830.

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

Color convert

RGB 166 147 112 -
CMYK 0 0.11 0.33 0.35
HSL 38.89º 0.23% 0.55% -
HSV(B) 38.89º 0.33% 0.65% -
XYZ 29.08 30.14 19.61 -
YUV 148.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 166 147 112 0 0.11 0.33 0.35 38.89 0.23 0.55
Hex A6 93 70 0 B 21 23 27 17 37
Octal 246 223 160 0 13 41 43 47 27 67
Binary 10100110 10010011 1110000 0 1011 100001 100011 100111 10111 110111

Color Harmonies of #A69370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69370

Black with #A69370

Text Example


Text Example

White with #A69370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69370; }

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

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

background-color css

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

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

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

border-color css

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

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

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