Html Css Color HEX #ABA264 Gimblet

📋 copy color: '#ABA264'

red 171 ◦ green 162 ◦ blue 100

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

Shades of Gimblet #ABA264

Tints of Gimblet #ABA264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 39.49%
G = 37.41%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABA264 (or 0xABA264) is known color: Gimblet. HEX triplet: AB, A2 and 64. RGB value is (171,162,100). Sum of RGB (Red+Green+Blue) = 171+162+100=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA264 is #545D9B. Grayscale: #9D9D9D. Windows color (decimal): -5528988 or 6595243. OLE color: 6595243.

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

Color convert

RGB 171 162 100 -
CMYK 0 0.05 0.42 0.33
HSL 52.39º 0.3% 0.53% -
HSV(B) 52.39º 0.42% 0.67% -
XYZ 32.02 35.42 17.21 -
YUV 157.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 171 162 100 0 0.05 0.42 0.33 52.39 0.3 0.53
Hex AB A2 64 0 5 2A 21 34 1E 35
Octal 253 242 144 0 5 52 41 64 36 65
Binary 10101011 10100010 1100100 0 101 101010 100001 110100 11110 110101

Color Harmonies of #ABA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA264

Black with #ABA264

Text Example


Text Example

White with #ABA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA264; }

 p { color: rgb(171,162,100); }

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

background-color css

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

 a { background-color: rgb(171,162,100); }

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

border-color css

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

 span { border-color: rgb(171,162,100); }

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