Html Css Color HEX #A7935F Barley Corn

📋 copy color: '#A7935F'

red 167 ◦ green 147 ◦ blue 95

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

Shades of Barley Corn #A7935F

Tints of Barley Corn #A7935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 40.83%
G = 35.94%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7935F (or 0xA7935F) is known color: Barley Corn. HEX triplet: A7, 93 and 5F. RGB value is (167,147,95). Sum of RGB (Red+Green+Blue) = 167+147+95=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7935F is #586CA0. Grayscale: #939393. Windows color (decimal): -5794977 or 6263719. OLE color: 6263719.

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

Color convert

RGB 167 147 95 -
CMYK 0 0.12 0.43 0.35
HSL 43.33º 0.29% 0.51% -
HSV(B) 43.33º 0.43% 0.65% -
XYZ 28.44 29.91 15.1 -
YUV 147.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 167 147 95 0 0.12 0.43 0.35 43.33 0.29 0.51
Hex A7 93 5F 0 C 2B 23 2B 1D 33
Octal 247 223 137 0 14 53 43 53 35 63
Binary 10100111 10010011 1011111 0 1100 101011 100011 101011 11101 110011

Color Harmonies of #A7935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7935F

Black with #A7935F

Text Example


Text Example

White with #A7935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7935F; }

 p { color: rgb(167,147,95); }

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

background-color css

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

 a { background-color: rgb(167,147,95); }

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

border-color css

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

 span { border-color: rgb(167,147,95); }

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