Html Css Color HEX #A79464 Barley Corn

📋 copy color: '#A79464'

red 167 ◦ green 148 ◦ blue 100

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

Shades of Barley Corn #A79464

Tints of Barley Corn #A79464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 40.24%
G = 35.66%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A79464 (or 0xA79464) is known color: Barley Corn. HEX triplet: A7, 94 and 64. RGB value is (167,148,100). Sum of RGB (Red+Green+Blue) = 167+148+100=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A79464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79464 is #586B9B. Grayscale: #949494. Windows color (decimal): -5794716 or 6591655. OLE color: 6591655.

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

Color convert

RGB 167 148 100 -
CMYK 0 0.11 0.40 0.35
HSL 42.99º 0.28% 0.52% -
HSV(B) 42.99º 0.4% 0.65% -
XYZ 28.83 30.32 16.39 -
YUV 148.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 167 148 100 0 0.11 0.40 0.35 42.99 0.28 0.52
Hex A7 94 64 0 B 28 23 2B 1C 34
Octal 247 224 144 0 13 50 43 53 34 64
Binary 10100111 10010100 1100100 0 1011 101000 100011 101011 11100 110100

Color Harmonies of #A79464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79464

Black with #A79464

Text Example


Text Example

White with #A79464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79464; }

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

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

background-color css

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

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

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

border-color css

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

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

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