Html Css Color HEX #AB9260 Barley Corn

📋 copy color: '#AB9260'

red 171 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #AB9260

Tints of Barley Corn #AB9260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 41.4%
G = 35.35%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB9260 (or 0xAB9260) is known color: Barley Corn. HEX triplet: AB, 92 and 60. RGB value is (171,146,96). Sum of RGB (Red+Green+Blue) = 171+146+96=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9260 is #546D9F. Grayscale: #949494. Windows color (decimal): -5533088 or 6329003. OLE color: 6329003.

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

Color convert

RGB 171 146 96 -
CMYK 0 0.15 0.44 0.33
HSL 40º 0.31% 0.52% -
HSV(B) 40º 0.44% 0.67% -
XYZ 29.18 30.06 15.33 -
YUV 147.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 171 146 96 0 0.15 0.44 0.33 40 0.31 0.52
Hex AB 92 60 0 F 2C 21 28 1F 34
Octal 253 222 140 0 17 54 41 50 37 64
Binary 10101011 10010010 1100000 0 1111 101100 100001 101000 11111 110100

Color Harmonies of #AB9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9260

Black with #AB9260

Text Example


Text Example

White with #AB9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9260; }

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

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

background-color css

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

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

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

border-color css

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

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

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