Html Css Color HEX #A79368 Pale Oyster

📋 copy color: '#A79368'

red 167 ◦ green 147 ◦ blue 104

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

Shades of Pale Oyster #A79368

Tints of Pale Oyster #A79368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 39.95%
G = 35.17%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A79368 (or 0xA79368) is known color: Pale Oyster. HEX triplet: A7, 93 and 68. RGB value is (167,147,104). Sum of RGB (Red+Green+Blue) = 167+147+104=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A79368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79368 is #586C97. Grayscale: #949494. Windows color (decimal): -5794968 or 6853543. OLE color: 6853543.

HSL color Cylindrical-coordinate representation of color #A79368: hue angle of 40.95º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A79368 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 104 -
CMYK 0 0.12 0.38 0.35
HSL 40.95º 0.26% 0.53% -
HSV(B) 40.95º 0.38% 0.65% -
XYZ 28.87 30.08 17.38 -
YUV 148.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 167 147 104 0 0.12 0.38 0.35 40.95 0.26 0.53
Hex A7 93 68 0 C 26 23 29 1A 35
Octal 247 223 150 0 14 46 43 51 32 65
Binary 10100111 10010011 1101000 0 1100 100110 100011 101001 11010 110101

Color Harmonies of #A79368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79368

Black with #A79368

Text Example


Text Example

White with #A79368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79368; }

 p { color: rgb(167,147,104); }

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

background-color css

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

 a { background-color: rgb(167,147,104); }

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

border-color css

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

 span { border-color: rgb(167,147,104); }

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