Html Css Color HEX #A79364 Barley Corn

📋 copy color: '#A79364'

red 167 ◦ green 147 ◦ blue 100

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

Shades of Barley Corn #A79364

Tints of Barley Corn #A79364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.15%

R = 40.34%
G = 35.51%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A79364 (or 0xA79364) is known color: Barley Corn. HEX triplet: A7, 93 and 64. RGB value is (167,147,100). Sum of RGB (Red+Green+Blue) = 167+147+100=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A79364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79364 is #586C9B. Grayscale: #939393. Windows color (decimal): -5794972 or 6591399. OLE color: 6591399.

HSL color Cylindrical-coordinate representation of color #A79364: hue angle of 42.09º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A79364 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 100 -
CMYK 0 0.12 0.40 0.35
HSL 42.09º 0.28% 0.52% -
HSV(B) 42.09º 0.4% 0.65% -
XYZ 28.67 30 16.34 -
YUV 147.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 167 147 100 0 0.12 0.40 0.35 42.09 0.28 0.52
Hex A7 93 64 0 C 28 23 2A 1C 34
Octal 247 223 144 0 14 50 43 52 34 64
Binary 10100111 10010011 1100100 0 1100 101000 100011 101010 11100 110100

Color Harmonies of #A79364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79364

Black with #A79364

Text Example


Text Example

White with #A79364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79364; }

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

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

background-color css

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

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

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

border-color css

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

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

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