Html Css Color HEX #AA9568 Barley Corn

📋 copy color: '#AA9568'

red 170 ◦ green 149 ◦ blue 104

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

Shades of Barley Corn #AA9568

Tints of Barley Corn #AA9568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 40.19%
G = 35.22%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA9568 (or 0xAA9568) is known color: Barley Corn. HEX triplet: AA, 95 and 68. RGB value is (170,149,104). Sum of RGB (Red+Green+Blue) = 170+149+104=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9568 is #556A97. Grayscale: #969696. Windows color (decimal): -5597848 or 6854058. OLE color: 6854058.

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

Color convert

RGB 170 149 104 -
CMYK 0 0.12 0.39 0.33
HSL 40.91º 0.28% 0.54% -
HSV(B) 40.91º 0.39% 0.67% -
XYZ 29.82 31.04 17.52 -
YUV 150.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 170 149 104 0 0.12 0.39 0.33 40.91 0.28 0.54
Hex AA 95 68 0 C 27 21 29 1C 36
Octal 252 225 150 0 14 47 41 51 34 66
Binary 10101010 10010101 1101000 0 1100 100111 100001 101001 11100 110110

Color Harmonies of #AA9568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9568

Black with #AA9568

Text Example


Text Example

White with #AA9568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9568; }

 p { color: rgb(170,149,104); }

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

background-color css

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

 a { background-color: rgb(170,149,104); }

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

border-color css

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

 span { border-color: rgb(170,149,104); }

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