Html Css Color HEX #AB9766 Barley Corn

📋 copy color: '#AB9766'

red 171 ◦ green 151 ◦ blue 102

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

Shades of Barley Corn #AB9766

Tints of Barley Corn #AB9766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 40.33%
G = 35.61%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB9766 (or 0xAB9766) is known color: Barley Corn. HEX triplet: AB, 97 and 66. RGB value is (171,151,102). Sum of RGB (Red+Green+Blue) = 171+151+102=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9766 is #546899. Grayscale: #979797. Windows color (decimal): -5531802 or 6723499. OLE color: 6723499.

HSL color Cylindrical-coordinate representation of color #AB9766: hue angle of 42.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9766 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 102 -
CMYK 0 0.12 0.40 0.33
HSL 42.61º 0.29% 0.54% -
HSV(B) 42.61º 0.4% 0.67% -
XYZ 30.26 31.75 17.1 -
YUV 151.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 171 151 102 0 0.12 0.40 0.33 42.61 0.29 0.54
Hex AB 97 66 0 C 28 21 2B 1D 36
Octal 253 227 146 0 14 50 41 53 35 66
Binary 10101011 10010111 1100110 0 1100 101000 100001 101011 11101 110110

Color Harmonies of #AB9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9766

Black with #AB9766

Text Example


Text Example

White with #AB9766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9766; }

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

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

background-color css

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

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

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

border-color css

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

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

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