Html Css Color HEX #AB975E Barley Corn

📋 copy color: '#AB975E'

red 171 ◦ green 151 ◦ blue 94

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

Shades of Barley Corn #AB975E

Tints of Barley Corn #AB975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

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

R = 41.11%
G = 36.3%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB975E (or 0xAB975E) is known color: Barley Corn. HEX triplet: AB, 97 and 5E. RGB value is (171,151,94). Sum of RGB (Red+Green+Blue) = 171+151+94=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB975E is #5468A1. Grayscale: #969696. Windows color (decimal): -5531810 or 6199211. OLE color: 6199211.

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

Color convert

RGB 171 151 94 -
CMYK 0 0.12 0.45 0.33
HSL 44.42º 0.31% 0.52% -
HSV(B) 44.42º 0.45% 0.67% -
XYZ 29.88 31.6 15.11 -
YUV 150.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 171 151 94 0 0.12 0.45 0.33 44.42 0.31 0.52
Hex AB 97 5E 0 C 2D 21 2C 1F 34
Octal 253 227 136 0 14 55 41 54 37 64
Binary 10101011 10010111 1011110 0 1100 101101 100001 101100 11111 110100

Color Harmonies of #AB975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB975E

Black with #AB975E

Text Example


Text Example

White with #AB975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB975E; }

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

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

background-color css

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

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

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

border-color css

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

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

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