Html Css Color HEX #AB925A Barley Corn

📋 copy color: '#AB925A'

red 171 ◦ green 146 ◦ blue 90

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

Shades of Barley Corn #AB925A

Tints of Barley Corn #AB925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 42.01%
G = 35.87%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB925A (or 0xAB925A) is known color: Barley Corn. HEX triplet: AB, 92 and 5A. RGB value is (171,146,90). Sum of RGB (Red+Green+Blue) = 171+146+90=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB925A is #546DA5. Grayscale: #939393. Windows color (decimal): -5533094 or 5935787. OLE color: 5935787.

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

Color convert

RGB 171 146 90 -
CMYK 0 0.15 0.47 0.33
HSL 41.48º 0.33% 0.51% -
HSV(B) 41.48º 0.47% 0.67% -
XYZ 28.92 29.95 13.93 -
YUV 147.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 171 146 90 0 0.15 0.47 0.33 41.48 0.33 0.51
Hex AB 92 5A 0 F 2F 21 29 21 33
Octal 253 222 132 0 17 57 41 51 41 63
Binary 10101011 10010010 1011010 0 1111 101111 100001 101001 100001 110011

Color Harmonies of #AB925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB925A

Black with #AB925A

Text Example


Text Example

White with #AB925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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