Html Css Color HEX #AB925E Barley Corn

📋 copy color: '#AB925E'

red 171 ◦ green 146 ◦ blue 94

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

Shades of Barley Corn #AB925E

Tints of Barley Corn #AB925E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 41.61%
G = 35.52%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB925E (or 0xAB925E) is known color: Barley Corn. HEX triplet: AB, 92 and 5E. RGB value is (171,146,94). Sum of RGB (Red+Green+Blue) = 171+146+94=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB925E is #546DA1. Grayscale: #939393. Windows color (decimal): -5533090 or 6197931. OLE color: 6197931.

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

Color convert

RGB 171 146 94 -
CMYK 0 0.15 0.45 0.33
HSL 40.52º 0.31% 0.52% -
HSV(B) 40.52º 0.45% 0.67% -
XYZ 29.09 30.02 14.85 -
YUV 147.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 171 146 94 0 0.15 0.45 0.33 40.52 0.31 0.52
Hex AB 92 5E 0 F 2D 21 29 1F 34
Octal 253 222 136 0 17 55 41 51 37 64
Binary 10101011 10010010 1011110 0 1111 101101 100001 101001 11111 110100

Color Harmonies of #AB925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB925E

Black with #AB925E

Text Example


Text Example

White with #AB925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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