Html Css Color HEX #A79761 Barley Corn

📋 copy color: '#A79761'

red 167 ◦ green 151 ◦ blue 97

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

Shades of Barley Corn #A79761

Tints of Barley Corn #A79761

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 40.24%
G = 36.39%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A79761 (or 0xA79761) is known color: Barley Corn. HEX triplet: A7, 97 and 61. RGB value is (167,151,97). Sum of RGB (Red+Green+Blue) = 167+151+97=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A79761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79761 is #58689E. Grayscale: #959595. Windows color (decimal): -5793951 or 6395815. OLE color: 6395815.

HSL color Cylindrical-coordinate representation of color #A79761: hue angle of 46.29º 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 #A79761 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 151 97 -
CMYK 0 0.10 0.42 0.35
HSL 46.29º 0.28% 0.52% -
HSV(B) 46.29º 0.42% 0.65% -
XYZ 29.16 31.21 15.8 -
YUV 149.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 167 151 97 0 0.10 0.42 0.35 46.29 0.28 0.52
Hex A7 97 61 0 A 2A 23 2E 1C 34
Octal 247 227 141 0 12 52 43 56 34 64
Binary 10100111 10010111 1100001 0 1010 101010 100011 101110 11100 110100

Color Harmonies of #A79761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79761

Black with #A79761

Text Example


Text Example

White with #A79761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79761; }

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

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

background-color css

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

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

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

border-color css

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

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

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