Html Css Color HEX #AA945C Barley Corn

📋 copy color: '#AA945C'

red 170 ◦ green 148 ◦ blue 92

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

Shades of Barley Corn #AA945C

Tints of Barley Corn #AA945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 41.46%
G = 36.1%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA945C (or 0xAA945C) is known color: Barley Corn. HEX triplet: AA, 94 and 5C. RGB value is (170,148,92). Sum of RGB (Red+Green+Blue) = 170+148+92=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945C is #556BA3. Grayscale: #949494. Windows color (decimal): -5598116 or 6067370. OLE color: 6067370.

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

Color convert

RGB 170 148 92 -
CMYK 0 0.13 0.46 0.33
HSL 43.08º 0.31% 0.51% -
HSV(B) 43.08º 0.46% 0.67% -
XYZ 29.1 30.5 14.48 -
YUV 148.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 170 148 92 0 0.13 0.46 0.33 43.08 0.31 0.51
Hex AA 94 5C 0 D 2E 21 2B 1F 33
Octal 252 224 134 0 15 56 41 53 37 63
Binary 10101010 10010100 1011100 0 1101 101110 100001 101011 11111 110011

Color Harmonies of #AA945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA945C

Black with #AA945C

Text Example


Text Example

White with #AA945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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