Html Css Color HEX #ABA068 Tallow

📋 copy color: '#ABA068'

red 171 ◦ green 160 ◦ blue 104

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

Shades of Tallow #ABA068

Tints of Tallow #ABA068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.91%

R = 39.31%
G = 36.78%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA068 (or 0xABA068) is known color: Tallow. HEX triplet: AB, A0 and 68. RGB value is (171,160,104). Sum of RGB (Red+Green+Blue) = 171+160+104=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA068 is #545F97. Grayscale: #9D9D9D. Windows color (decimal): -5529496 or 6856875. OLE color: 6856875.

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

Color convert

RGB 171 160 104 -
CMYK 0 0.06 0.39 0.33
HSL 50.15º 0.29% 0.54% -
HSV(B) 50.15º 0.39% 0.67% -
XYZ 31.86 34.8 18.13 -
YUV 156.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 171 160 104 0 0.06 0.39 0.33 50.15 0.29 0.54
Hex AB A0 68 0 6 27 21 32 1D 36
Octal 253 240 150 0 6 47 41 62 35 66
Binary 10101011 10100000 1101000 0 110 100111 100001 110010 11101 110110

Color Harmonies of #ABA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA068

Black with #ABA068

Text Example


Text Example

White with #ABA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA068; }

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

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

background-color css

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

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

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

border-color css

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

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

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