Html Css Color HEX #ABA360 Gimblet

📋 copy color: '#ABA360'

red 171 ◦ green 163 ◦ blue 96

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

Shades of Gimblet #ABA360

Tints of Gimblet #ABA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

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

R = 39.77%
G = 37.91%
B = 22.33%

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

#ABA360 (or 0xABA360) is known color: Gimblet. HEX triplet: AB, A3 and 60. RGB value is (171,163,96). Sum of RGB (Red+Green+Blue) = 171+163+96=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA360 is #545C9F. Grayscale: #9E9E9E. Windows color (decimal): -5528736 or 6333355. OLE color: 6333355.

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

Color convert

RGB 171 163 96 -
CMYK 0 0.05 0.44 0.33
HSL 53.6º 0.31% 0.52% -
HSV(B) 53.6º 0.44% 0.67% -
XYZ 32 35.7 16.27 -
YUV 157.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 171 163 96 0 0.05 0.44 0.33 53.6 0.31 0.52
Hex AB A3 60 0 5 2C 21 36 1F 34
Octal 253 243 140 0 5 54 41 66 37 64
Binary 10101011 10100011 1100000 0 101 101100 100001 110110 11111 110100

Color Harmonies of #ABA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA360

Black with #ABA360

Text Example


Text Example

White with #ABA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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