Html Css Color HEX #ABA067 Tallow

📋 copy color: '#ABA067'

red 171 ◦ green 160 ◦ blue 103

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

Shades of Tallow #ABA067

Tints of Tallow #ABA067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 103 (40.63% from 255) = 23.73%

R = 39.4%
G = 36.87%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABA067 (or 0xABA067) is known color: Tallow. HEX triplet: AB, A0 and 67. RGB value is (171,160,103). Sum of RGB (Red+Green+Blue) = 171+160+103=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA067 is #545F98. Grayscale: #9D9D9D. Windows color (decimal): -5529497 or 6791339. OLE color: 6791339.

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

Color convert

RGB 171 160 103 -
CMYK 0 0.06 0.40 0.33
HSL 50.29º 0.29% 0.54% -
HSV(B) 50.29º 0.4% 0.67% -
XYZ 31.81 34.78 17.87 -
YUV 156.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 171 160 103 0 0.06 0.40 0.33 50.29 0.29 0.54
Hex AB A0 67 0 6 28 21 32 1D 36
Octal 253 240 147 0 6 50 41 62 35 66
Binary 10101011 10100000 1100111 0 110 101000 100001 110010 11101 110110

Color Harmonies of #ABA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA067

Black with #ABA067

Text Example


Text Example

White with #ABA067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA067; }

 p { color: rgb(171,160,103); }

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

background-color css

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

 a { background-color: rgb(171,160,103); }

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

border-color css

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

 span { border-color: rgb(171,160,103); }

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