Html Css Color HEX #AB995E Barley Corn

📋 copy color: '#AB995E'

red 171 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #AB995E

Tints of Barley Corn #AB995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

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

R = 40.91%
G = 36.6%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB995E (or 0xAB995E) is known color: Barley Corn. HEX triplet: AB, 99 and 5E. RGB value is (171,153,94). Sum of RGB (Red+Green+Blue) = 171+153+94=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB995E is #5466A1. Grayscale: #979797. Windows color (decimal): -5531298 or 6199723. OLE color: 6199723.

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

Color convert

RGB 171 153 94 -
CMYK 0 0.11 0.45 0.33
HSL 45.97º 0.31% 0.52% -
HSV(B) 45.97º 0.45% 0.67% -
XYZ 30.21 32.25 15.22 -
YUV 151.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 171 153 94 0 0.11 0.45 0.33 45.97 0.31 0.52
Hex AB 99 5E 0 B 2D 21 2E 1F 34
Octal 253 231 136 0 13 55 41 56 37 64
Binary 10101011 10011001 1011110 0 1011 101101 100001 101110 11111 110100

Color Harmonies of #AB995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB995E

Black with #AB995E

Text Example


Text Example

White with #AB995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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