Html Css Color HEX #A7965F Barley Corn

📋 copy color: '#A7965F'

red 167 ◦ green 150 ◦ blue 95

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

Shades of Barley Corn #A7965F

Tints of Barley Corn #A7965F

RGB

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

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

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

R = 40.53%
G = 36.41%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7965F (or 0xA7965F) is known color: Barley Corn. HEX triplet: A7, 96 and 5F. RGB value is (167,150,95). Sum of RGB (Red+Green+Blue) = 167+150+95=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7965F is #5869A0. Grayscale: #959595. Windows color (decimal): -5794209 or 6264487. OLE color: 6264487.

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

Color convert

RGB 167 150 95 -
CMYK 0 0.10 0.43 0.35
HSL 45.83º 0.29% 0.51% -
HSV(B) 45.83º 0.43% 0.65% -
XYZ 28.91 30.85 15.26 -
YUV 148.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 167 150 95 0 0.10 0.43 0.35 45.83 0.29 0.51
Hex A7 96 5F 0 A 2B 23 2E 1D 33
Octal 247 226 137 0 12 53 43 56 35 63
Binary 10100111 10010110 1011111 0 1010 101011 100011 101110 11101 110011

Color Harmonies of #A7965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7965F

Black with #A7965F

Text Example


Text Example

White with #A7965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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