Html Css Color HEX #A9955A Barley Corn

📋 copy color: '#A9955A'

red 169 ◦ green 149 ◦ blue 90

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

Shades of Barley Corn #A9955A

Tints of Barley Corn #A9955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 41.42%
G = 36.52%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9955A (or 0xA9955A) is known color: Barley Corn. HEX triplet: A9, 95 and 5A. RGB value is (169,149,90). Sum of RGB (Red+Green+Blue) = 169+149+90=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9955A is #566AA5. Grayscale: #949494. Windows color (decimal): -5663398 or 5936553. OLE color: 5936553.

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

Color convert

RGB 169 149 90 -
CMYK 0 0.12 0.47 0.34
HSL 44.81º 0.31% 0.51% -
HSV(B) 44.81º 0.47% 0.66% -
XYZ 28.96 30.67 14.07 -
YUV 148.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 169 149 90 0 0.12 0.47 0.34 44.81 0.31 0.51
Hex A9 95 5A 0 C 2F 22 2D 1F 33
Octal 251 225 132 0 14 57 42 55 37 63
Binary 10101001 10010101 1011010 0 1100 101111 100010 101101 11111 110011

Color Harmonies of #A9955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9955A

Black with #A9955A

Text Example


Text Example

White with #A9955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9955A; }

 p { color: rgb(169,149,90); }

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

background-color css

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

 a { background-color: rgb(169,149,90); }

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

border-color css

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

 span { border-color: rgb(169,149,90); }

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