Html Css Color HEX #A6955E Barley Corn

📋 copy color: '#A6955E'

red 166 ◦ green 149 ◦ blue 94

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

Shades of Barley Corn #A6955E

Tints of Barley Corn #A6955E

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 40.59%
G = 36.43%
B = 22.98%

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

#A6955E (or 0xA6955E) is known color: Barley Corn. HEX triplet: A6, 95 and 5E. RGB value is (166,149,94). Sum of RGB (Red+Green+Blue) = 166+149+94=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6955E is #596AA1. Grayscale: #949494. Windows color (decimal): -5860002 or 6198694. OLE color: 6198694.

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

Color convert

RGB 166 149 94 -
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.49 30.41 14.96 -
YUV 147.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 166 149 94 0 0.10 0.43 0.35 45.83 0.29 0.51
Hex A6 95 5E 0 A 2B 23 2E 1D 33
Octal 246 225 136 0 12 53 43 56 35 63
Binary 10100110 10010101 1011110 0 1010 101011 100011 101110 11101 110011

Color Harmonies of #A6955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6955E

Black with #A6955E

Text Example


Text Example

White with #A6955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6955E; }

 p { color: rgb(166,149,94); }

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

background-color css

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

 a { background-color: rgb(166,149,94); }

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

border-color css

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

 span { border-color: rgb(166,149,94); }

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