Html Css Color HEX #A69262 Barley Corn

📋 copy color: '#A69262'

red 166 ◦ green 146 ◦ blue 98

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

Shades of Barley Corn #A69262

Tints of Barley Corn #A69262

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

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

R = 40.49%
G = 35.61%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A69262 (or 0xA69262) is known color: Barley Corn. HEX triplet: A6, 92 and 62. RGB value is (166,146,98). Sum of RGB (Red+Green+Blue) = 166+146+98=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A69262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69262 is #596D9D. Grayscale: #929292. Windows color (decimal): -5860766 or 6460070. OLE color: 6460070.

HSL color Cylindrical-coordinate representation of color #A69262: hue angle of 42.35º 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 #A69262 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 98 -
CMYK 0 0.12 0.41 0.35
HSL 42.35º 0.28% 0.52% -
HSV(B) 42.35º 0.41% 0.65% -
XYZ 28.21 29.55 15.77 -
YUV 146.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 166 146 98 0 0.12 0.41 0.35 42.35 0.28 0.52
Hex A6 92 62 0 C 29 23 2A 1C 34
Octal 246 222 142 0 14 51 43 52 34 64
Binary 10100110 10010010 1100010 0 1100 101001 100011 101010 11100 110100

Color Harmonies of #A69262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69262

Black with #A69262

Text Example


Text Example

White with #A69262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69262; }

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

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

background-color css

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

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

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

border-color css

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

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

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