Html Css Color HEX #A79471 Pale Oyster

📋 copy color: '#A79471'

red 167 ◦ green 148 ◦ blue 113

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

Shades of Pale Oyster #A79471

Tints of Pale Oyster #A79471

RGB

 RED value IS 167 (65.63% from 255) = 39.02%

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 39.02%
G = 34.58%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A79471 (or 0xA79471) is known color: Pale Oyster. HEX triplet: A7, 94 and 71. RGB value is (167,148,113). Sum of RGB (Red+Green+Blue) = 167+148+113=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A79471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79471 is #586B8E. Grayscale: #959595. Windows color (decimal): -5794703 or 7443623. OLE color: 7443623.

HSL color Cylindrical-coordinate representation of color #A79471: 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.32%. Process color model (Four color, CMYK) of #A79471 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 113 -
CMYK 0 0.11 0.32 0.35
HSL 38.89º 0.23% 0.55% -
HSV(B) 38.89º 0.32% 0.65% -
XYZ 29.51 30.59 19.97 -
YUV 149.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 167 148 113 0 0.11 0.32 0.35 38.89 0.23 0.55
Hex A7 94 71 0 B 20 23 27 17 37
Octal 247 224 161 0 13 40 43 47 27 67
Binary 10100111 10010100 1110001 0 1011 100000 100011 100111 10111 110111

Color Harmonies of #A79471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79471

Black with #A79471

Text Example


Text Example

White with #A79471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79471; }

 p { color: rgb(167,148,113); }

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

background-color css

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

 a { background-color: rgb(167,148,113); }

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

border-color css

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

 span { border-color: rgb(167,148,113); }

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