Html Css Color HEX #A79662 Barley Corn

📋 copy color: '#A79662'

red 167 ◦ green 150 ◦ blue 98

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

Shades of Barley Corn #A79662

Tints of Barley Corn #A79662

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 40.24%
G = 36.14%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A79662 (or 0xA79662) is known color: Barley Corn. HEX triplet: A7, 96 and 62. RGB value is (167,150,98). Sum of RGB (Red+Green+Blue) = 167+150+98=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A79662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79662 is #58699D. Grayscale: #959595. Windows color (decimal): -5794206 or 6461095. OLE color: 6461095.

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

Color convert

RGB 167 150 98 -
CMYK 0 0.10 0.41 0.35
HSL 45.22º 0.28% 0.52% -
HSV(B) 45.22º 0.41% 0.65% -
XYZ 29.05 30.91 15.99 -
YUV 149.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 167 150 98 0 0.10 0.41 0.35 45.22 0.28 0.52
Hex A7 96 62 0 A 29 23 2D 1C 34
Octal 247 226 142 0 12 51 43 55 34 64
Binary 10100111 10010110 1100010 0 1010 101001 100011 101101 11100 110100

Color Harmonies of #A79662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79662

Black with #A79662

Text Example


Text Example

White with #A79662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79662; }

 p { color: rgb(167,150,98); }

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

background-color css

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

 a { background-color: rgb(167,150,98); }

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

border-color css

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

 span { border-color: rgb(167,150,98); }

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