Html Css Color HEX #AB9262 Barley Corn

📋 copy color: '#AB9262'

red 171 ◦ green 146 ◦ blue 98

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

Shades of Barley Corn #AB9262

Tints of Barley Corn #AB9262

RGB

 RED value IS 171 (67.19% from 255) = 41.2%

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

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

R = 41.2%
G = 35.18%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB9262 (or 0xAB9262) is known color: Barley Corn. HEX triplet: AB, 92 and 62. RGB value is (171,146,98). Sum of RGB (Red+Green+Blue) = 171+146+98=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9262 is #546D9D. Grayscale: #949494. Windows color (decimal): -5533086 or 6460075. OLE color: 6460075.

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

Color convert

RGB 171 146 98 -
CMYK 0 0.15 0.43 0.33
HSL 39.45º 0.3% 0.53% -
HSV(B) 39.45º 0.43% 0.67% -
XYZ 29.28 30.1 15.82 -
YUV 148 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 171 146 98 0 0.15 0.43 0.33 39.45 0.3 0.53
Hex AB 92 62 0 F 2B 21 27 1E 35
Octal 253 222 142 0 17 53 41 47 36 65
Binary 10101011 10010010 1100010 0 1111 101011 100001 100111 11110 110101

Color Harmonies of #AB9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9262

Black with #AB9262

Text Example


Text Example

White with #AB9262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9262; }

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

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

background-color css

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

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

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

border-color css

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

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

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