Html Css Color HEX #AA9462 Barley Corn

📋 copy color: '#AA9462'

red 170 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #AA9462

Tints of Barley Corn #AA9462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 40.87%
G = 35.58%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9462 (or 0xAA9462) is known color: Barley Corn. HEX triplet: AA, 94 and 62. RGB value is (170,148,98). Sum of RGB (Red+Green+Blue) = 170+148+98=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9462 is #556B9D. Grayscale: #959595. Windows color (decimal): -5598110 or 6460586. OLE color: 6460586.

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

Color convert

RGB 170 148 98 -
CMYK 0 0.13 0.42 0.33
HSL 41.67º 0.3% 0.53% -
HSV(B) 41.67º 0.42% 0.67% -
XYZ 29.37 30.61 15.92 -
YUV 148.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 170 148 98 0 0.13 0.42 0.33 41.67 0.3 0.53
Hex AA 94 62 0 D 2A 21 2A 1E 35
Octal 252 224 142 0 15 52 41 52 36 65
Binary 10101010 10010100 1100010 0 1101 101010 100001 101010 11110 110101

Color Harmonies of #AA9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9462

Black with #AA9462

Text Example


Text Example

White with #AA9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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