Html Css Color HEX #A79561 Barley Corn

📋 copy color: '#A79561'

red 167 ◦ green 149 ◦ blue 97

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

Shades of Barley Corn #A79561

Tints of Barley Corn #A79561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 40.44%
G = 36.08%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A79561 (or 0xA79561) is known color: Barley Corn. HEX triplet: A7, 95 and 61. RGB value is (167,149,97). Sum of RGB (Red+Green+Blue) = 167+149+97=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A79561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79561 is #586A9E. Grayscale: #949494. Windows color (decimal): -5794463 or 6395303. OLE color: 6395303.

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

Color convert

RGB 167 149 97 -
CMYK 0 0.11 0.42 0.35
HSL 44.57º 0.28% 0.52% -
HSV(B) 44.57º 0.42% 0.65% -
XYZ 28.84 30.57 15.69 -
YUV 148.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 167 149 97 0 0.11 0.42 0.35 44.57 0.28 0.52
Hex A7 95 61 0 B 2A 23 2D 1C 34
Octal 247 225 141 0 13 52 43 55 34 64
Binary 10100111 10010101 1100001 0 1011 101010 100011 101101 11100 110100

Color Harmonies of #A79561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79561

Black with #A79561

Text Example


Text Example

White with #A79561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79561; }

 p { color: rgb(167,149,97); }

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

background-color css

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

 a { background-color: rgb(167,149,97); }

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

border-color css

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

 span { border-color: rgb(167,149,97); }

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