Html Css Color HEX #A69468 Pale Oyster

📋 copy color: '#A69468'

red 166 ◦ green 148 ◦ blue 104

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

Shades of Pale Oyster #A69468

Tints of Pale Oyster #A69468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 39.71%
G = 35.41%
B = 24.88%

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

#A69468 (or 0xA69468) is known color: Pale Oyster. HEX triplet: A6, 94 and 68. RGB value is (166,148,104). Sum of RGB (Red+Green+Blue) = 166+148+104=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A69468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69468 is #596B97. Grayscale: #949494. Windows color (decimal): -5860248 or 6853798. OLE color: 6853798.

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

Color convert

RGB 166 148 104 -
CMYK 0 0.11 0.37 0.35
HSL 42.58º 0.26% 0.53% -
HSV(B) 42.58º 0.37% 0.65% -
XYZ 28.81 30.29 17.42 -
YUV 148.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 166 148 104 0 0.11 0.37 0.35 42.58 0.26 0.53
Hex A6 94 68 0 B 25 23 2B 1A 35
Octal 246 224 150 0 13 45 43 53 32 65
Binary 10100110 10010100 1101000 0 1011 100101 100011 101011 11010 110101

Color Harmonies of #A69468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69468

Black with #A69468

Text Example


Text Example

White with #A69468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69468; }

 p { color: rgb(166,148,104); }

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

background-color css

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

 a { background-color: rgb(166,148,104); }

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

border-color css

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

 span { border-color: rgb(166,148,104); }

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