Html Css Color HEX #A7975E Barley Corn

📋 copy color: '#A7975E'

red 167 ◦ green 151 ◦ blue 94

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

Shades of Barley Corn #A7975E

Tints of Barley Corn #A7975E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 40.53%
G = 36.65%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7975E (or 0xA7975E) is known color: Barley Corn. HEX triplet: A7, 97 and 5E. RGB value is (167,151,94). Sum of RGB (Red+Green+Blue) = 167+151+94=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7975E is #5868A1. Grayscale: #959595. Windows color (decimal): -5793954 or 6199207. OLE color: 6199207.

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

Color convert

RGB 167 151 94 -
CMYK 0 0.10 0.44 0.35
HSL 46.85º 0.29% 0.51% -
HSV(B) 46.85º 0.44% 0.65% -
XYZ 29.02 31.16 15.07 -
YUV 149.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 167 151 94 0 0.10 0.44 0.35 46.85 0.29 0.51
Hex A7 97 5E 0 A 2C 23 2F 1D 33
Octal 247 227 136 0 12 54 43 57 35 63
Binary 10100111 10010111 1011110 0 1010 101100 100011 101111 11101 110011

Color Harmonies of #A7975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7975E

Black with #A7975E

Text Example


Text Example

White with #A7975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7975E; }

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

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

background-color css

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

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

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

border-color css

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

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

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