Html Css Color HEX #AB9062 Barley Corn

📋 copy color: '#AB9062'

red 171 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #AB9062

Tints of Barley Corn #AB9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 41.4%
G = 34.87%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB9062 (or 0xAB9062) is known color: Barley Corn. HEX triplet: AB, 90 and 62. RGB value is (171,144,98). Sum of RGB (Red+Green+Blue) = 171+144+98=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9062 is #546F9D. Grayscale: #939393. Windows color (decimal): -5533598 or 6459563. OLE color: 6459563.

HSL color Cylindrical-coordinate representation of color #AB9062: hue angle of 37.81º 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 #AB9062 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 98 -
CMYK 0 0.16 0.43 0.33
HSL 37.81º 0.3% 0.53% -
HSV(B) 37.81º 0.43% 0.67% -
XYZ 28.97 29.49 15.72 -
YUV 146.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 171 144 98 0 0.16 0.43 0.33 37.81 0.3 0.53
Hex AB 90 62 0 10 2B 21 26 1E 35
Octal 253 220 142 0 20 53 41 46 36 65
Binary 10101011 10010000 1100010 0 10000 101011 100001 100110 11110 110101

Color Harmonies of #AB9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9062

Black with #AB9062

Text Example


Text Example

White with #AB9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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