Html Css Color HEX #A89461 Barley Corn

📋 copy color: '#A89461'

red 168 ◦ green 148 ◦ blue 97

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

Shades of Barley Corn #A89461

Tints of Barley Corn #A89461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 40.68%
G = 35.84%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A89461 (or 0xA89461) is known color: Barley Corn. HEX triplet: A8, 94 and 61. RGB value is (168,148,97). Sum of RGB (Red+Green+Blue) = 168+148+97=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A89461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89461 is #576B9E. Grayscale: #949494. Windows color (decimal): -5729183 or 6395048. OLE color: 6395048.

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

Color convert

RGB 168 148 97 -
CMYK 0 0.12 0.42 0.34
HSL 43.1º 0.29% 0.52% -
HSV(B) 43.1º 0.42% 0.66% -
XYZ 28.9 30.37 15.65 -
YUV 148.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 168 148 97 0 0.12 0.42 0.34 43.1 0.29 0.52
Hex A8 94 61 0 C 2A 22 2B 1D 34
Octal 250 224 141 0 14 52 42 53 35 64
Binary 10101000 10010100 1100001 0 1100 101010 100010 101011 11101 110100

Color Harmonies of #A89461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89461

Black with #A89461

Text Example


Text Example

White with #A89461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89461; }

 p { color: rgb(168,148,97); }

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

background-color css

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

 a { background-color: rgb(168,148,97); }

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

border-color css

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

 span { border-color: rgb(168,148,97); }

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