Html Css Color HEX #AA945A Barley Corn

📋 copy color: '#AA945A'

red 170 ◦ green 148 ◦ blue 90

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

Shades of Barley Corn #AA945A

Tints of Barley Corn #AA945A

RGB

 RED value IS 170 (66.8% from 255) = 41.67%

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

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

R = 41.67%
G = 36.27%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA945A (or 0xAA945A) is known color: Barley Corn. HEX triplet: AA, 94 and 5A. RGB value is (170,148,90). Sum of RGB (Red+Green+Blue) = 170+148+90=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945A is #556BA5. Grayscale: #949494. Windows color (decimal): -5598118 or 5936298. OLE color: 5936298.

HSL color Cylindrical-coordinate representation of color #AA945A: hue angle of 43.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA945A is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 90 -
CMYK 0 0.13 0.47 0.33
HSL 43.5º 0.32% 0.51% -
HSV(B) 43.5º 0.47% 0.67% -
XYZ 29.01 30.46 14.02 -
YUV 147.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 170 148 90 0 0.13 0.47 0.33 43.5 0.32 0.51
Hex AA 94 5A 0 D 2F 21 2C 20 33
Octal 252 224 132 0 15 57 41 54 40 63
Binary 10101010 10010100 1011010 0 1101 101111 100001 101100 100000 110011

Color Harmonies of #AA945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA945A

Black with #AA945A

Text Example


Text Example

White with #AA945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA945A; }

 p { color: rgb(170,148,90); }

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

background-color css

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

 a { background-color: rgb(170,148,90); }

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

border-color css

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

 span { border-color: rgb(170,148,90); }

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