Html Css Color HEX #AA965C Barley Corn

📋 copy color: '#AA965C'

red 170 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #AA965C

Tints of Barley Corn #AA965C

RGB

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

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

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

R = 41.26%
G = 36.41%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA965C (or 0xAA965C) is known color: Barley Corn. HEX triplet: AA, 96 and 5C. RGB value is (170,150,92). Sum of RGB (Red+Green+Blue) = 170+150+92=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA965C is #5569A3. Grayscale: #959595. Windows color (decimal): -5597604 or 6067882. OLE color: 6067882.

HSL color Cylindrical-coordinate representation of color #AA965C: hue angle of 44.62º 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 #AA965C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 92 -
CMYK 0 0.12 0.46 0.33
HSL 44.62º 0.31% 0.51% -
HSV(B) 44.62º 0.46% 0.67% -
XYZ 29.42 31.13 14.58 -
YUV 149.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 170 150 92 0 0.12 0.46 0.33 44.62 0.31 0.51
Hex AA 96 5C 0 C 2E 21 2D 1F 33
Octal 252 226 134 0 14 56 41 55 37 63
Binary 10101010 10010110 1011100 0 1100 101110 100001 101101 11111 110011

Color Harmonies of #AA965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA965C

Black with #AA965C

Text Example


Text Example

White with #AA965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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