Html Css Color HEX #AB9162 Barley Corn

📋 copy color: '#AB9162'

red 171 ◦ green 145 ◦ blue 98

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

Shades of Barley Corn #AB9162

Tints of Barley Corn #AB9162

RGB

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

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

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

R = 41.3%
G = 35.02%
B = 23.67%

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

#AB9162 (or 0xAB9162) is known color: Barley Corn. HEX triplet: AB, 91 and 62. RGB value is (171,145,98). Sum of RGB (Red+Green+Blue) = 171+145+98=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9162 is #546E9D. Grayscale: #939393. Windows color (decimal): -5533342 or 6459819. OLE color: 6459819.

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

Color convert

RGB 171 145 98 -
CMYK 0 0.15 0.43 0.33
HSL 38.63º 0.3% 0.53% -
HSV(B) 38.63º 0.43% 0.67% -
XYZ 29.12 29.79 15.77 -
YUV 147.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 171 145 98 0 0.15 0.43 0.33 38.63 0.3 0.53
Hex AB 91 62 0 F 2B 21 27 1E 35
Octal 253 221 142 0 17 53 41 47 36 65
Binary 10101011 10010001 1100010 0 1111 101011 100001 100111 11110 110101

Color Harmonies of #AB9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9162

Black with #AB9162

Text Example


Text Example

White with #AB9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9162; }

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

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

background-color css

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

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

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

border-color css

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

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

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