Html Css Color HEX #AB9666 Barley Corn

📋 copy color: '#AB9666'

red 171 ◦ green 150 ◦ blue 102

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

Shades of Barley Corn #AB9666

Tints of Barley Corn #AB9666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 40.43%
G = 35.46%
B = 24.11%

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

#AB9666 (or 0xAB9666) is known color: Barley Corn. HEX triplet: AB, 96 and 66. RGB value is (171,150,102). Sum of RGB (Red+Green+Blue) = 171+150+102=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9666 is #546999. Grayscale: #979797. Windows color (decimal): -5532058 or 6723243. OLE color: 6723243.

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

Color convert

RGB 171 150 102 -
CMYK 0 0.12 0.40 0.33
HSL 41.74º 0.29% 0.54% -
HSV(B) 41.74º 0.4% 0.67% -
XYZ 30.1 31.43 17.05 -
YUV 150.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 171 150 102 0 0.12 0.40 0.33 41.74 0.29 0.54
Hex AB 96 66 0 C 28 21 2A 1D 36
Octal 253 226 146 0 14 50 41 52 35 66
Binary 10101011 10010110 1100110 0 1100 101000 100001 101010 11101 110110

Color Harmonies of #AB9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9666

Black with #AB9666

Text Example


Text Example

White with #AB9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9666; }

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

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

background-color css

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

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

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

border-color css

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

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

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