Html Css Color HEX #A89263 Barley Corn

📋 copy color: '#A89263'

red 168 ◦ green 146 ◦ blue 99

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

Shades of Barley Corn #A89263

Tints of Barley Corn #A89263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 40.68%
G = 35.35%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A89263 (or 0xA89263) is known color: Barley Corn. HEX triplet: A8, 92 and 63. RGB value is (168,146,99). Sum of RGB (Red+Green+Blue) = 168+146+99=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A89263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89263 is #576D9C. Grayscale: #939393. Windows color (decimal): -5729693 or 6525608. OLE color: 6525608.

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

Color convert

RGB 168 146 99 -
CMYK 0 0.13 0.41 0.34
HSL 40.87º 0.28% 0.52% -
HSV(B) 40.87º 0.41% 0.66% -
XYZ 28.68 29.78 16.04 -
YUV 147.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 168 146 99 0 0.13 0.41 0.34 40.87 0.28 0.52
Hex A8 92 63 0 D 29 22 29 1C 34
Octal 250 222 143 0 15 51 42 51 34 64
Binary 10101000 10010010 1100011 0 1101 101001 100010 101001 11100 110100

Color Harmonies of #A89263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89263

Black with #A89263

Text Example


Text Example

White with #A89263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89263; }

 p { color: rgb(168,146,99); }

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

background-color css

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

 a { background-color: rgb(168,146,99); }

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

border-color css

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

 span { border-color: rgb(168,146,99); }

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