Html Css Color HEX #A99863 Barley Corn

📋 copy color: '#A99863'

red 169 ◦ green 152 ◦ blue 99

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

Shades of Barley Corn #A99863

Tints of Barley Corn #A99863

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 40.24%
G = 36.19%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A99863 (or 0xA99863) is known color: Barley Corn. HEX triplet: A9, 98 and 63. RGB value is (169,152,99). Sum of RGB (Red+Green+Blue) = 169+152+99=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99863 is #56679C. Grayscale: #979797. Windows color (decimal): -5662621 or 6527145. OLE color: 6527145.

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

Color convert

RGB 169 152 99 -
CMYK 0 0.10 0.41 0.34
HSL 45.43º 0.29% 0.53% -
HSV(B) 45.43º 0.41% 0.66% -
XYZ 29.84 31.79 16.37 -
YUV 151.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 169 152 99 0 0.10 0.41 0.34 45.43 0.29 0.53
Hex A9 98 63 0 A 29 22 2D 1D 35
Octal 251 230 143 0 12 51 42 55 35 65
Binary 10101001 10011000 1100011 0 1010 101001 100010 101101 11101 110101

Color Harmonies of #A99863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99863

Black with #A99863

Text Example


Text Example

White with #A99863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99863; }

 p { color: rgb(169,152,99); }

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

background-color css

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

 a { background-color: rgb(169,152,99); }

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

border-color css

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

 span { border-color: rgb(169,152,99); }

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