Html Css Color HEX #A8946F Pale Oyster

📋 copy color: '#A8946F'

red 168 ◦ green 148 ◦ blue 111

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

Shades of Pale Oyster #A8946F

Tints of Pale Oyster #A8946F

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

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

 BLUE value IS 111 (43.75% from 255) = 26%

R = 39.34%
G = 34.66%
B = 26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8946F (or 0xA8946F) is known color: Pale Oyster. HEX triplet: A8, 94 and 6F. RGB value is (168,148,111). Sum of RGB (Red+Green+Blue) = 168+148+111=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8946F is #576B90. Grayscale: #959595. Windows color (decimal): -5729169 or 7312552. OLE color: 7312552.

HSL color Cylindrical-coordinate representation of color #A8946F: hue angle of 38.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8946F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 111 -
CMYK 0 0.12 0.34 0.34
HSL 38.95º 0.25% 0.55% -
HSV(B) 38.95º 0.34% 0.66% -
XYZ 29.61 30.65 19.39 -
YUV 149.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 168 148 111 0 0.12 0.34 0.34 38.95 0.25 0.55
Hex A8 94 6F 0 C 22 22 27 19 37
Octal 250 224 157 0 14 42 42 47 31 67
Binary 10101000 10010100 1101111 0 1100 100010 100010 100111 11001 110111

Color Harmonies of #A8946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8946F

Black with #A8946F

Text Example


Text Example

White with #A8946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8946F; }

 p { color: rgb(168,148,111); }

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

background-color css

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

 a { background-color: rgb(168,148,111); }

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

border-color css

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

 span { border-color: rgb(168,148,111); }

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