Html Css Color HEX #AA9665 Barley Corn

📋 copy color: '#AA9665'

red 170 ◦ green 150 ◦ blue 101

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

Shades of Barley Corn #AA9665

Tints of Barley Corn #AA9665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.99%

R = 40.38%
G = 35.63%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA9665 (or 0xAA9665) is known color: Barley Corn. HEX triplet: AA, 96 and 65. RGB value is (170,150,101). Sum of RGB (Red+Green+Blue) = 170+150+101=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9665 is #55699A. Grayscale: #969696. Windows color (decimal): -5597595 or 6657706. OLE color: 6657706.

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

Color convert

RGB 170 150 101 -
CMYK 0 0.12 0.41 0.33
HSL 42.61º 0.29% 0.53% -
HSV(B) 42.61º 0.41% 0.67% -
XYZ 29.83 31.3 16.78 -
YUV 150.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 170 150 101 0 0.12 0.41 0.33 42.61 0.29 0.53
Hex AA 96 65 0 C 29 21 2B 1D 35
Octal 252 226 145 0 14 51 41 53 35 65
Binary 10101010 10010110 1100101 0 1100 101001 100001 101011 11101 110101

Color Harmonies of #AA9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9665

Black with #AA9665

Text Example


Text Example

White with #AA9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9665; }

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

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

background-color css

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

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

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

border-color css

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

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

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