Html Css Color HEX #948A70 Pale Oyster

📋 copy color: '#948A70'

red 148 ◦ green 138 ◦ blue 112

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

Shades of Pale Oyster #948A70

Tints of Pale Oyster #948A70

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

 GREEN value IS 138 (54.3% from 255) = 34.67%

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

R = 37.19%
G = 34.67%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948A70 (or 0x948A70) is known color: Pale Oyster. HEX triplet: 94, 8A and 70. RGB value is (148,138,112). Sum of RGB (Red+Green+Blue) = 148+138+112=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A70 is #6B758F. Grayscale: #8A8A8A. Windows color (decimal): -7042448 or 7375508. OLE color: 7375508.

HSL color Cylindrical-coordinate representation of color #948A70: hue angle of 43.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948A70 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 112 -
CMYK 0 0.07 0.24 0.42
HSL 43.33º 0.14% 0.51% -
HSV(B) 43.33º 0.24% 0.58% -
XYZ 24.23 25.64 19 -
YUV 138.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 148 138 112 0 0.07 0.24 0.42 43.33 0.14 0.51
Hex 94 8A 70 0 7 18 2A 2B E 33
Octal 224 212 160 0 7 30 52 53 16 63
Binary 10010100 10001010 1110000 0 111 11000 101010 101011 1110 110011

Color Harmonies of #948A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A70

Black with #948A70

Text Example


Text Example

White with #948A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A70; }

 p { color: rgb(148,138,112); }

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

background-color css

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

 a { background-color: rgb(148,138,112); }

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

border-color css

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

 span { border-color: rgb(148,138,112); }

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