Html Css Color HEX #AA995D Barley Corn

📋 copy color: '#AA995D'

red 170 ◦ green 153 ◦ blue 93

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

Shades of Barley Corn #AA995D

Tints of Barley Corn #AA995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 40.87%
G = 36.78%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA995D (or 0xAA995D) is known color: Barley Corn. HEX triplet: AA, 99 and 5D. RGB value is (170,153,93). Sum of RGB (Red+Green+Blue) = 170+153+93=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995D is #5566A2. Grayscale: #979797. Windows color (decimal): -5596835 or 6134186. OLE color: 6134186.

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

Color convert

RGB 170 153 93 -
CMYK 0 0.1 0.45 0.33
HSL 46.75º 0.31% 0.52% -
HSV(B) 46.75º 0.45% 0.67% -
XYZ 29.94 32.12 14.98 -
YUV 151.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 170 153 93 0 0.1 0.45 0.33 46.75 0.31 0.52
Hex AA 99 5D 0 A 2D 21 2F 1F 34
Octal 252 231 135 0 12 55 41 57 37 64
Binary 10101010 10011001 1011101 0 1010 101101 100001 101111 11111 110100

Color Harmonies of #AA995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA995D

Black with #AA995D

Text Example


Text Example

White with #AA995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA995D; }

 p { color: rgb(170,153,93); }

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

background-color css

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

 a { background-color: rgb(170,153,93); }

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

border-color css

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

 span { border-color: rgb(170,153,93); }

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