Html Css Color HEX #ABA465 Gimblet

📋 copy color: '#ABA465'

red 171 ◦ green 164 ◦ blue 101

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

Shades of Gimblet #ABA465

Tints of Gimblet #ABA465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

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

R = 39.22%
G = 37.61%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#ABA465 (or 0xABA465) is known color: Gimblet. HEX triplet: AB, A4 and 65. RGB value is (171,164,101). Sum of RGB (Red+Green+Blue) = 171+164+101=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA465 is #545B9A. Grayscale: #9F9F9F. Windows color (decimal): -5528475 or 6661291. OLE color: 6661291.

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

Color convert

RGB 171 164 101 -
CMYK 0 0.04 0.41 0.33
HSL 54º 0.29% 0.53% -
HSV(B) 54º 0.41% 0.67% -
XYZ 32.42 36.15 17.58 -
YUV 158.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 171 164 101 0 0.04 0.41 0.33 54 0.29 0.53
Hex AB A4 65 0 4 29 21 36 1D 35
Octal 253 244 145 0 4 51 41 66 35 65
Binary 10101011 10100100 1100101 0 100 101001 100001 110110 11101 110101

Color Harmonies of #ABA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA465

Black with #ABA465

Text Example


Text Example

White with #ABA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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