Html Css Color HEX #AB925B Barley Corn

📋 copy color: '#AB925B'

red 171 ◦ green 146 ◦ blue 91

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

Shades of Barley Corn #AB925B

Tints of Barley Corn #AB925B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 41.91%
G = 35.78%
B = 22.3%

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

#AB925B (or 0xAB925B) is known color: Barley Corn. HEX triplet: AB, 92 and 5B. RGB value is (171,146,91). Sum of RGB (Red+Green+Blue) = 171+146+91=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB925B is #546DA4. Grayscale: #939393. Windows color (decimal): -5533093 or 6001323. OLE color: 6001323.

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

Color convert

RGB 171 146 91 -
CMYK 0 0.15 0.47 0.33
HSL 41.25º 0.32% 0.51% -
HSV(B) 41.25º 0.47% 0.67% -
XYZ 28.96 29.97 14.16 -
YUV 147.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 171 146 91 0 0.15 0.47 0.33 41.25 0.32 0.51
Hex AB 92 5B 0 F 2F 21 29 20 33
Octal 253 222 133 0 17 57 41 51 40 63
Binary 10101011 10010010 1011011 0 1111 101111 100001 101001 100000 110011

Color Harmonies of #AB925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB925B

Black with #AB925B

Text Example


Text Example

White with #AB925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB925B; }

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

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

background-color css

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

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

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

border-color css

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

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

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