Html Css Color HEX #ABA768 Gimblet

📋 copy color: '#ABA768'

red 171 ◦ green 167 ◦ blue 104

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

Shades of Gimblet #ABA768

Tints of Gimblet #ABA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

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

R = 38.69%
G = 37.78%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA768 (or 0xABA768) is known color: Gimblet. HEX triplet: AB, A7 and 68. RGB value is (171,167,104). Sum of RGB (Red+Green+Blue) = 171+167+104=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA768 is #545897. Grayscale: #A1A1A1. Windows color (decimal): -5527704 or 6858667. OLE color: 6858667.

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

Color convert

RGB 171 167 104 -
CMYK 0 0.02 0.39 0.33
HSL 56.42º 0.29% 0.54% -
HSV(B) 56.42º 0.39% 0.67% -
XYZ 33.11 37.29 18.55 -
YUV 161.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 171 167 104 0 0.02 0.39 0.33 56.42 0.29 0.54
Hex AB A7 68 0 2 27 21 38 1D 36
Octal 253 247 150 0 2 47 41 70 35 66
Binary 10101011 10100111 1101000 0 10 100111 100001 111000 11101 110110

Color Harmonies of #ABA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA768

Black with #ABA768

Text Example


Text Example

White with #ABA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA768; }

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

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

background-color css

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

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

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

border-color css

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

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

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