Html Css Color HEX #AB966B Tallow

📋 copy color: '#AB966B'

red 171 ◦ green 150 ◦ blue 107

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

Shades of Tallow #AB966B

Tints of Tallow #AB966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 39.95%
G = 35.05%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB966B (or 0xAB966B) is known color: Tallow. HEX triplet: AB, 96 and 6B. RGB value is (171,150,107). Sum of RGB (Red+Green+Blue) = 171+150+107=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB966B is #546994. Grayscale: #979797. Windows color (decimal): -5532053 or 7050923. OLE color: 7050923.

HSL color Cylindrical-coordinate representation of color #AB966B: hue angle of 40.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB966B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 150 107 -
CMYK 0 0.12 0.37 0.33
HSL 40.31º 0.28% 0.55% -
HSV(B) 40.31º 0.37% 0.67% -
XYZ 30.35 31.53 18.4 -
YUV 151.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 171 150 107 0 0.12 0.37 0.33 40.31 0.28 0.55
Hex AB 96 6B 0 C 25 21 28 1C 37
Octal 253 226 153 0 14 45 41 50 34 67
Binary 10101011 10010110 1101011 0 1100 100101 100001 101000 11100 110111

Color Harmonies of #AB966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB966B

Black with #AB966B

Text Example


Text Example

White with #AB966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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