Html Css Color HEX #A69162 Barley Corn

📋 copy color: '#A69162'

red 166 ◦ green 145 ◦ blue 98

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

Shades of Barley Corn #A69162

Tints of Barley Corn #A69162

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

 GREEN value IS 145 (57.03% from 255) = 35.45%

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

R = 40.59%
G = 35.45%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A69162 (or 0xA69162) is known color: Barley Corn. HEX triplet: A6, 91 and 62. RGB value is (166,145,98). Sum of RGB (Red+Green+Blue) = 166+145+98=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A69162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69162 is #596E9D. Grayscale: #929292. Windows color (decimal): -5861022 or 6459814. OLE color: 6459814.

HSL color Cylindrical-coordinate representation of color #A69162: hue angle of 41.47º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A69162 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 98 -
CMYK 0 0.13 0.41 0.35
HSL 41.47º 0.28% 0.52% -
HSV(B) 41.47º 0.41% 0.65% -
XYZ 28.06 29.24 15.72 -
YUV 145.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 166 145 98 0 0.13 0.41 0.35 41.47 0.28 0.52
Hex A6 91 62 0 D 29 23 29 1C 34
Octal 246 221 142 0 15 51 43 51 34 64
Binary 10100110 10010001 1100010 0 1101 101001 100011 101001 11100 110100

Color Harmonies of #A69162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69162

Black with #A69162

Text Example


Text Example

White with #A69162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69162; }

 p { color: rgb(166,145,98); }

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

background-color css

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

 a { background-color: rgb(166,145,98); }

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

border-color css

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

 span { border-color: rgb(166,145,98); }

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