Html Css Color HEX #A89663 Barley Corn

📋 copy color: '#A89663'

red 168 ◦ green 150 ◦ blue 99

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

Shades of Barley Corn #A89663

Tints of Barley Corn #A89663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 40.29%
G = 35.97%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A89663 (or 0xA89663) is known color: Barley Corn. HEX triplet: A8, 96 and 63. RGB value is (168,150,99). Sum of RGB (Red+Green+Blue) = 168+150+99=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89663 is #57699C. Grayscale: #959595. Windows color (decimal): -5728669 or 6526632. OLE color: 6526632.

HSL color Cylindrical-coordinate representation of color #A89663: hue angle of 44.35º 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 #A89663 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 99 -
CMYK 0 0.11 0.41 0.34
HSL 44.35º 0.28% 0.52% -
HSV(B) 44.35º 0.41% 0.66% -
XYZ 29.31 31.04 16.25 -
YUV 149.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 168 150 99 0 0.11 0.41 0.34 44.35 0.28 0.52
Hex A8 96 63 0 B 29 22 2C 1C 34
Octal 250 226 143 0 13 51 42 54 34 64
Binary 10101000 10010110 1100011 0 1011 101001 100010 101100 11100 110100

Color Harmonies of #A89663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89663

Black with #A89663

Text Example


Text Example

White with #A89663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89663; }

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

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

background-color css

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

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

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

border-color css

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

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

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