Html Css Color HEX #A7985F Barley Corn

📋 copy color: '#A7985F'

red 167 ◦ green 152 ◦ blue 95

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

Shades of Barley Corn #A7985F

Tints of Barley Corn #A7985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

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

R = 40.34%
G = 36.71%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7985F (or 0xA7985F) is known color: Barley Corn. HEX triplet: A7, 98 and 5F. RGB value is (167,152,95). Sum of RGB (Red+Green+Blue) = 167+152+95=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7985F is #5867A0. Grayscale: #969696. Windows color (decimal): -5793697 or 6264999. OLE color: 6264999.

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

Color convert

RGB 167 152 95 -
CMYK 0 0.09 0.43 0.35
HSL 47.5º 0.29% 0.51% -
HSV(B) 47.5º 0.43% 0.65% -
XYZ 29.23 31.5 15.37 -
YUV 149.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 167 152 95 0 0.09 0.43 0.35 47.5 0.29 0.51
Hex A7 98 5F 0 9 2B 23 30 1D 33
Octal 247 230 137 0 11 53 43 60 35 63
Binary 10100111 10011000 1011111 0 1001 101011 100011 110000 11101 110011

Color Harmonies of #A7985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7985F

Black with #A7985F

Text Example


Text Example

White with #A7985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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