Html Css Color HEX #A8935F Barley Corn

📋 copy color: '#A8935F'

red 168 ◦ green 147 ◦ blue 95

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

Shades of Barley Corn #A8935F

Tints of Barley Corn #A8935F

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

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

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

R = 40.98%
G = 35.85%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8935F (or 0xA8935F) is known color: Barley Corn. HEX triplet: A8, 93 and 5F. RGB value is (168,147,95). Sum of RGB (Red+Green+Blue) = 168+147+95=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8935F is #576CA0. Grayscale: #939393. Windows color (decimal): -5729441 or 6263720. OLE color: 6263720.

HSL color Cylindrical-coordinate representation of color #A8935F: hue angle of 42.74º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8935F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 95 -
CMYK 0 0.13 0.43 0.34
HSL 42.74º 0.3% 0.52% -
HSV(B) 42.74º 0.43% 0.66% -
XYZ 28.65 30.02 15.11 -
YUV 147.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 168 147 95 0 0.13 0.43 0.34 42.74 0.3 0.52
Hex A8 93 5F 0 D 2B 22 2B 1E 34
Octal 250 223 137 0 15 53 42 53 36 64
Binary 10101000 10010011 1011111 0 1101 101011 100010 101011 11110 110100

Color Harmonies of #A8935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8935F

Black with #A8935F

Text Example


Text Example

White with #A8935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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