Html Css Color HEX #ABA765 Gimblet

📋 copy color: '#ABA765'

red 171 ◦ green 167 ◦ blue 101

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

Shades of Gimblet #ABA765

Tints of Gimblet #ABA765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 38.95%
G = 38.04%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#ABA765 (or 0xABA765) is known color: Gimblet. HEX triplet: AB, A7 and 65. RGB value is (171,167,101). Sum of RGB (Red+Green+Blue) = 171+167+101=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA765 is #54589A. Grayscale: #A0A0A0. Windows color (decimal): -5527707 or 6662059. OLE color: 6662059.

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

Color convert

RGB 171 167 101 -
CMYK 0 0.02 0.41 0.33
HSL 56.57º 0.29% 0.53% -
HSV(B) 56.57º 0.41% 0.67% -
XYZ 32.96 37.23 17.76 -
YUV 160.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 171 167 101 0 0.02 0.41 0.33 56.57 0.29 0.53
Hex AB A7 65 0 2 29 21 39 1D 35
Octal 253 247 145 0 2 51 41 71 35 65
Binary 10101011 10100111 1100101 0 10 101001 100001 111001 11101 110101

Color Harmonies of #ABA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA765

Black with #ABA765

Text Example


Text Example

White with #ABA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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