Html Css Color HEX #AB975B Barley Corn

📋 copy color: '#AB975B'

red 171 ◦ green 151 ◦ blue 91

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

Shades of Barley Corn #AB975B

Tints of Barley Corn #AB975B

RGB

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

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

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

R = 41.4%
G = 36.56%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB975B (or 0xAB975B) is known color: Barley Corn. HEX triplet: AB, 97 and 5B. RGB value is (171,151,91). Sum of RGB (Red+Green+Blue) = 171+151+91=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB975B is #5468A4. Grayscale: #969696. Windows color (decimal): -5531813 or 6002603. OLE color: 6002603.

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

Color convert

RGB 171 151 91 -
CMYK 0 0.12 0.47 0.33
HSL 45º 0.32% 0.51% -
HSV(B) 45º 0.47% 0.67% -
XYZ 29.75 31.55 14.42 -
YUV 150.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 171 151 91 0 0.12 0.47 0.33 45 0.32 0.51
Hex AB 97 5B 0 C 2F 21 2D 20 33
Octal 253 227 133 0 14 57 41 55 40 63
Binary 10101011 10010111 1011011 0 1100 101111 100001 101101 100000 110011

Color Harmonies of #AB975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB975B

Black with #AB975B

Text Example


Text Example

White with #AB975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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