Html Css Color HEX #A79960 Barley Corn

📋 copy color: '#A79960'

red 167 ◦ green 153 ◦ blue 96

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

Shades of Barley Corn #A79960

Tints of Barley Corn #A79960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 40.14%
G = 36.78%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A79960 (or 0xA79960) is known color: Barley Corn. HEX triplet: A7, 99 and 60. RGB value is (167,153,96). Sum of RGB (Red+Green+Blue) = 167+153+96=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A79960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79960 is #58669F. Grayscale: #969696. Windows color (decimal): -5793440 or 6330791. OLE color: 6330791.

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

Color convert

RGB 167 153 96 -
CMYK 0 0.08 0.43 0.35
HSL 48.17º 0.29% 0.52% -
HSV(B) 48.17º 0.43% 0.65% -
XYZ 29.44 31.84 15.66 -
YUV 150.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 167 153 96 0 0.08 0.43 0.35 48.17 0.29 0.52
Hex A7 99 60 0 8 2B 23 30 1D 34
Octal 247 231 140 0 10 53 43 60 35 64
Binary 10100111 10011001 1100000 0 1000 101011 100011 110000 11101 110100

Color Harmonies of #A79960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79960

Black with #A79960

Text Example


Text Example

White with #A79960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79960; }

 p { color: rgb(167,153,96); }

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

background-color css

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

 a { background-color: rgb(167,153,96); }

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

border-color css

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

 span { border-color: rgb(167,153,96); }

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