Html Css Color HEX #ABA260 Gimblet

📋 copy color: '#ABA260'

red 171 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #ABA260

Tints of Gimblet #ABA260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 39.86%
G = 37.76%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA260 (or 0xABA260) is known color: Gimblet. HEX triplet: AB, A2 and 60. RGB value is (171,162,96). Sum of RGB (Red+Green+Blue) = 171+162+96=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA260 is #545D9F. Grayscale: #9D9D9D. Windows color (decimal): -5528992 or 6333099. OLE color: 6333099.

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

Color convert

RGB 171 162 96 -
CMYK 0 0.05 0.44 0.33
HSL 52.8º 0.31% 0.52% -
HSV(B) 52.8º 0.44% 0.67% -
XYZ 31.83 35.34 16.21 -
YUV 157.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 171 162 96 0 0.05 0.44 0.33 52.8 0.31 0.52
Hex AB A2 60 0 5 2C 21 35 1F 34
Octal 253 242 140 0 5 54 41 65 37 64
Binary 10101011 10100010 1100000 0 101 101100 100001 110101 11111 110100

Color Harmonies of #ABA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA260

Black with #ABA260

Text Example


Text Example

White with #ABA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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