Html Css Color HEX #A69270 Pale Oyster

📋 copy color: '#A69270'

red 166 ◦ green 146 ◦ blue 112

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

Shades of Pale Oyster #A69270

Tints of Pale Oyster #A69270

RGB

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

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

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

R = 39.15%
G = 34.43%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A69270 (or 0xA69270) is known color: Pale Oyster. HEX triplet: A6, 92 and 70. RGB value is (166,146,112). Sum of RGB (Red+Green+Blue) = 166+146+112=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A69270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69270 is #596D8F. Grayscale: #949494. Windows color (decimal): -5860752 or 7377574. OLE color: 7377574.

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

Color convert

RGB 166 146 112 -
CMYK 0 0.12 0.33 0.35
HSL 37.78º 0.23% 0.55% -
HSV(B) 37.78º 0.33% 0.65% -
XYZ 28.93 29.83 19.56 -
YUV 148.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 166 146 112 0 0.12 0.33 0.35 37.78 0.23 0.55
Hex A6 92 70 0 C 21 23 26 17 37
Octal 246 222 160 0 14 41 43 46 27 67
Binary 10100110 10010010 1110000 0 1100 100001 100011 100110 10111 110111

Color Harmonies of #A69270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69270

Black with #A69270

Text Example


Text Example

White with #A69270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69270; }

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

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

background-color css

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

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

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

border-color css

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

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

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